Searched refs:add_destination (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 57 self.add_destination("block", "buffer") 58 self.add_destination("file", "buffer") 59 self.add_destination("suppress", "suppress") 77 def add_destination(self, name, type, *args): member in FakeClinic
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 1968 self.add_destination("block", "buffer") 1969 self.add_destination("suppress", "suppress") 1970 self.add_destination("buffer", "buffer") 1972 self.add_destination("file", "file", "{dirname}/clinic/{basename}.h") 2019 def add_destination(self, name, type, *args): member in Clinic 4126 self.clinic.add_destination(name, *args)
|
Completed in 8 milliseconds