Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_clinic.py14 test_tools.skip_if_missing('clinic')
15 with test_tools.imports_under_tool('clinic'):
16 import clinic namespace
17 from clinic import DSLParser
41 c = clinic.Clinic(language='C', filename = "file")
47 self.language = clinic.CLanguage(None)
50 self.block_parser = clinic.BlockParser('', self.language)
53 clinic.clinic = self
80 self.destinations[name] = clinic
[all...]
/third_party/python/Tools/clinic/
H A Dclinic.py109 if clinic:
111 filename = clinic.filename
112 if getattr(clinic, 'block_parser', None) and (line_number is None):
113 line_number = clinic.block_parser.line_number
389 def render(self, clinic, signatures):
614 def render(self, clinic, signatures):
621 return self.render_function(clinic, function)
1166 if methoddef_define and f.full_name not in clinic.ifndef_symbols:
1167 clinic.ifndef_symbols.add(f.full_name)
1310 def render_function(self, clinic,
1905 clinic = None global() variable
5170 clinic = None global() variable
[all...]

Completed in 4 milliseconds