Home
last modified time | relevance | path

Searched refs:construct_yaml_int (Results 1 - 2 of 2) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Dconstructor.py237 def construct_yaml_int(self, node): member in SafeConstructor
441 SafeConstructor.construct_yaml_int)
517 return self.construct_yaml_int(node)
683 FullConstructor.construct_yaml_int)
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py63 x = constructor.construct_yaml_int(node)

Completed in 3 milliseconds