Go to the source code of this file.
Namespaces | |
round_collada_numbers | |
Functions | |
def | round_collada_numbers.doRound (values, decimal_places) |
Variables | |
round_collada_numbers.decimal_places = int(sys.argv[3]) | |
round_collada_numbers.dom = etree.parse(io.BytesIO(xml)) | |
round_collada_numbers.elements = dom.xpath('//ns:translate',namespaces={'ns':namespace}) | |
round_collada_numbers.f = open(input_file,'r') | |
round_collada_numbers.input_file = sys.argv[1] | |
string | round_collada_numbers.namespace = 'http://www.collada.org/2008/03/COLLADASchema' |
round_collada_numbers.output_file = sys.argv[2] | |
round_collada_numbers.text | |
round_collada_numbers.xml = f.read(); | |