Searched full:classmethods (Results 1 – 17 of 17) sorted by relevance
| /third_party/protobuf/ruby/lib/google/protobuf/ |
| D | message_exts.rb | 12 #this is only called in jruby; mri loades the ClassMethods differently 14 klass.extend(ClassMethods) 17 module ClassMethods module 31 extend MessageExts::ClassMethods
|
| /third_party/typescript/tests/baselines/reference/ |
| D | emitter.asyncGenerators.classMethods.es2018.js | 1 //// [tests/cases/conformance/emitter/es2018/asyncGenerators/emitter.asyncGenerators.classMethods.e…
|
| D | emitter.asyncGenerators.classMethods.es2015.js | 1 //// [tests/cases/conformance/emitter/es2015/asyncGenerators/emitter.asyncGenerators.classMethods.e…
|
| D | emitter.asyncGenerators.classMethods.es5.js | 1 //// [tests/cases/conformance/emitter/es5/asyncGenerators/emitter.asyncGenerators.classMethods.es5.…
|
| /third_party/python/Lib/ |
| D | abc.py | 29 """A decorator indicating abstract classmethods.
|
| D | typing.py | 578 - classmethods that are used as alternative constructors
|
| D | tarfile.py | 1793 # Below are the classmethods which act as alternate constructors to the
|
| D | doctest.py | 821 classmethods, and properties.
|
| D | inspect.py | 1535 # implicit 'self' (or 'cls' for classmethods) argument
|
| /third_party/grpc/src/ruby/ |
| D | .rubocop_todo.yml | 504 Style/ClassMethods:
|
| /third_party/python/Lib/test/ |
| D | test_doctest.py | 445 modules, functions, classes, methods, staticmethods, classmethods, and 510 methods, classmethods, staticmethods, properties, and nested classes.
|
| D | test_descr.py | 1568 # Test super() with classmethods (SF bug 535444)
|
| /third_party/python/Doc/library/ |
| D | doctest.rst | 1315 methods, staticmethods, classmethods, and properties.
|
| D | functions.rst | 1773 is useful for classmethods).
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.11.rst | 1197 It also now correctly marks classmethods as not to be type checked. (Contributed
|
| /third_party/python/Objects/ |
| D | typeobject.c | 3096 if they are plain functions, make them classmethods */ in type_new_set_attrs()
|
| /third_party/python/Misc/ |
| D | NEWS | 4275 correctly mark classmethods as not to be type checked.
|