Home
last modified time | relevance | path

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

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/module/
H A Dttypes.py116 def Foo__init__(self, MyInt=None,): function
119 Foo.__init__ = Foo__init__
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-py/transitive/
H A Dttypes.py116 def Foo__init__(self, a=Foo.thrift_spec[1][4],): function
119 Foo.__init__ = Foo__init__
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py-sort-keys/gen-py/module/
H A Dttypes.py262 def Foo__init__(self, mymap=None, myset=None,): function
266 Foo.__init__ = Foo__init__
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-py/module/
H A Dttypes.py962 def Foo__init__(self, intField=None, optionalIntField=None, intFieldWithDefault=Foo.thrift_spec[3][… function
972 Foo.__init__ = Foo__init__
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py-kwargs/gen-py/module/
H A Dttypes.py3941 def Foo__init__(self, **kwargs): function
5226 Foo.__init__ = Foo__init__