Home
last modified time | relevance | path

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

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Draml.py29 class RamlLoader(yaml.SafeLoader): class
36 return yaml.load(f, Loader=RamlLoader)
44 RamlLoader.add_constructor(
47 RamlLoader.add_constructor('!include', construct_include)
64 self.api = yaml.load(f, Loader=RamlLoader)