Home
last modified time | relevance | path

Searched full:classmethods (Results 1 – 17 of 17) sorted by relevance

/third_party/protobuf/ruby/lib/google/protobuf/
Dmessage_exts.rb12 #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/
Demitter.asyncGenerators.classMethods.es2018.js1 //// [tests/cases/conformance/emitter/es2018/asyncGenerators/emitter.asyncGenerators.classMethods.e…
Demitter.asyncGenerators.classMethods.es2015.js1 //// [tests/cases/conformance/emitter/es2015/asyncGenerators/emitter.asyncGenerators.classMethods.e…
Demitter.asyncGenerators.classMethods.es5.js1 //// [tests/cases/conformance/emitter/es5/asyncGenerators/emitter.asyncGenerators.classMethods.es5.…
/third_party/python/Lib/
Dabc.py29 """A decorator indicating abstract classmethods.
Dtyping.py578 - classmethods that are used as alternative constructors
Dtarfile.py1793 # Below are the classmethods which act as alternate constructors to the
Ddoctest.py821 classmethods, and properties.
Dinspect.py1535 # implicit 'self' (or 'cls' for classmethods) argument
/third_party/grpc/src/ruby/
D.rubocop_todo.yml504 Style/ClassMethods:
/third_party/python/Lib/test/
Dtest_doctest.py445 modules, functions, classes, methods, staticmethods, classmethods, and
510 methods, classmethods, staticmethods, properties, and nested classes.
Dtest_descr.py1568 # Test super() with classmethods (SF bug 535444)
/third_party/python/Doc/library/
Ddoctest.rst1315 methods, staticmethods, classmethods, and properties.
Dfunctions.rst1773 is useful for classmethods).
/third_party/python/Doc/whatsnew/
D3.11.rst1197 It also now correctly marks classmethods as not to be type checked. (Contributed
/third_party/python/Objects/
Dtypeobject.c3096 if they are plain functions, make them classmethods */ in type_new_set_attrs()
/third_party/python/Misc/
DNEWS4275 correctly mark classmethods as not to be type checked.