Home
last modified time | relevance | path

Searched refs:__with_libyaml__ (Results 1 – 3 of 3) sorted by relevance

/third_party/PyYAML/tests/lib/
Dtest_all.py8 if yaml.__with_libyaml__:
/third_party/PyYAML/lib/yaml/
D__init__.py14 __with_libyaml__ = True variable
16 __with_libyaml__ = False variable
/third_party/PyYAML/
DCHANGES200 * Added attributes 'yaml.__version__' and 'yaml.__with_libyaml__'.