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