Returns True if the generated XML should be logged on model compilation.
()
| 53 | |
| 54 | |
| 55 | def _pymjcf_log_xml(): |
| 56 | """Returns True if the generated XML should be logged on model compilation.""" |
| 57 | if FLAGS.is_parsed(): |
| 58 | return FLAGS.pymjcf_log_xml |
| 59 | else: |
| 60 | return FLAGS['pymjcf_log_xml'].default |
| 61 | |
| 62 | |
| 63 | def _get_attributes(size_names, strip_prefixes): |
no outgoing calls
no test coverage detected
searching dependent graphs…