Home
last modified time | relevance | path

Searched refs:UnboundMethod (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-method/
H A DREADME.md4 A implementetion of class **Method** and **UnboundMethod** for mruby
46 ## UnboundMethod class
48 - `UnboundMethod#name`
49 - `UnboundMethod#bind`
50 - `UnboundMethod#super_method`
51 - `UnboundMethod#arity`
52 - `UnboundMethod#owner`
53 - `UnboundMethod#parameters`
54 - `UnboundMethod#source_location`
59 - https://ruby-doc.org/core-2.3.3/UnboundMethod.html
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-method/
H A DREADME.md4 A implementetion of class **Method** and **UnboundMethod** for mruby
46 ## UnboundMethod class
48 - `UnboundMethod#name`
49 - `UnboundMethod#bind`
50 - `UnboundMethod#super_method`
51 - `UnboundMethod#arity`
52 - `UnboundMethod#owner`
53 - `UnboundMethod#parameters`
54 - `UnboundMethod#source_location`
59 - https://ruby-doc.org/core-2.3.3/UnboundMethod.html
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-method/
H A DREADME.md4 A implementetion of class **Method** and **UnboundMethod** for mruby
46 ## UnboundMethod class
48 - `UnboundMethod#name`
49 - `UnboundMethod#bind`
50 - `UnboundMethod#super_method`
51 - `UnboundMethod#arity`
52 - `UnboundMethod#owner`
53 - `UnboundMethod#parameters`
54 - `UnboundMethod#source_location`
59 - https://ruby-doc.org/core-2.3.3/UnboundMethod.html
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-method/
H A DREADME.md4 A implementetion of class **Method** and **UnboundMethod** for mruby
46 ## UnboundMethod class
48 - `UnboundMethod#name`
49 - `UnboundMethod#bind`
50 - `UnboundMethod#super_method`
51 - `UnboundMethod#arity`
52 - `UnboundMethod#owner`
53 - `UnboundMethod#parameters`
54 - `UnboundMethod#source_location`
59 - https://ruby-doc.org/core-2.3.3/UnboundMethod.html
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-method/
H A DREADME.md4 A implementetion of class **Method** and **UnboundMethod** for mruby
46 ## UnboundMethod class
48 - `UnboundMethod#name`
49 - `UnboundMethod#bind`
50 - `UnboundMethod#super_method`
51 - `UnboundMethod#arity`
52 - `UnboundMethod#owner`
53 - `UnboundMethod#parameters`
54 - `UnboundMethod#source_location`
59 - https://ruby-doc.org/core-2.3.3/UnboundMethod.html
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-method/
H A DREADME.md4 A implementetion of class **Method** and **UnboundMethod** for mruby
46 ## UnboundMethod class
48 - `UnboundMethod#name`
49 - `UnboundMethod#bind`
50 - `UnboundMethod#super_method`
51 - `UnboundMethod#arity`
52 - `UnboundMethod#owner`
53 - `UnboundMethod#parameters`
54 - `UnboundMethod#source_location`
59 - https://ruby-doc.org/core-2.3.3/UnboundMethod.html
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-method/
H A DREADME.md4 A implementetion of class **Method** and **UnboundMethod** for mruby
46 ## UnboundMethod class
48 - `UnboundMethod#name`
49 - `UnboundMethod#bind`
50 - `UnboundMethod#super_method`
51 - `UnboundMethod#arity`
52 - `UnboundMethod#owner`
53 - `UnboundMethod#parameters`
54 - `UnboundMethod#source_location`
59 - https://ruby-doc.org/core-2.3.3/UnboundMethod.html
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/delegate/delegate_class/
H A Dinstance_method_spec.rb12 m.should be_an_instance_of(UnboundMethod)
18 m.should be_an_instance_of(UnboundMethod)
30 m.should be_an_instance_of(UnboundMethod)
36 m.should be_an_instance_of(UnboundMethod)
42 m.should be_an_instance_of(UnboundMethod)
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/module/
H A Dinstance_method_spec.rb20 @parent_um.should be_kind_of(UnboundMethod)
25 @child_um.should be_kind_of(UnboundMethod)
30 @mod_um.should be_kind_of(UnboundMethod)
35 ModuleSpecs::Basic.instance_method(:protected_module).should be_an_instance_of(UnboundMethod)
39 ModuleSpecs::Basic.instance_method(:private_module).should be_an_instance_of(UnboundMethod)
H A Dpublic_instance_method_spec.rb16 ret.should be_an_instance_of(UnboundMethod)
20 ret.should be_an_instance_of(UnboundMethod)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pycharm/nose_helper/
H A Dutil.py168 class UnboundMethod: class
205 return UnboundMethod(cls, func)
208 return inspect.ismethod(obj) or isinstance(obj, UnboundMethod)
211 return (inspect.ismethod(obj) and obj.im_self is None) or isinstance(obj, UnboundMethod)
/dports/devel/py-nose/nose-1.3.7/nose/
H A Dpyversion.py85 class UnboundMethod: class
133 return UnboundMethod(cls, func)
136 return inspect.ismethod(obj) or isinstance(obj, UnboundMethod)
152 if isinstance(o, UnboundMethod):
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.6.egg/nose/
H A Dpyversion.py85 class UnboundMethod: class
133 return UnboundMethod(cls, func)
136 return inspect.ismethod(obj) or isinstance(obj, UnboundMethod)
152 if isinstance(o, UnboundMethod):
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.7.egg/nose/
H A Dpyversion.py85 class UnboundMethod: class
133 return UnboundMethod(cls, func)
136 return inspect.ismethod(obj) or isinstance(obj, UnboundMethod)
152 if isinstance(o, UnboundMethod):
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/unboundmethod/
H A Dequal_value_spec.rb6 UnboundMethodSpecs::Methods.instance_method(:foo).should be_kind_of(UnboundMethod)
7 UnboundMethodSpecs::Methods.new.method(:foo).unbind.should be_kind_of(UnboundMethod)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/astroid/
H A Dbases.py220 if isinstance(attr, UnboundMethod):
263 class UnboundMethod(Proxy): class
277 return super(UnboundMethod, self).getattr(name, context)
282 return super(UnboundMethod, self).igetattr(name, context)
294 class BoundMethod(UnboundMethod):
297 UnboundMethod.__init__(self, proxy)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-method/test/
H A Dmethod.rb75 assert_raise(NoMethodError){ UnboundMethod.new }
80 assert_kind_of UnboundMethod, Fixnum.instance_method(:+)
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-method/test/
H A Dmethod.rb75 assert_raise(NoMethodError){ UnboundMethod.new }
80 assert_kind_of UnboundMethod, Fixnum.instance_method(:+)
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-method/test/
H A Dmethod.rb75 assert_raise(NoMethodError){ UnboundMethod.new }
80 assert_kind_of UnboundMethod, Fixnum.instance_method(:+)
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-method/test/
H A Dmethod.rb75 assert_raise(NoMethodError){ UnboundMethod.new }
80 assert_kind_of UnboundMethod, Fixnum.instance_method(:+)
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-method/test/
H A Dmethod.rb75 assert_raise(NoMethodError){ UnboundMethod.new }
80 assert_kind_of UnboundMethod, Fixnum.instance_method(:+)
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-method/test/
H A Dmethod.rb75 assert_raise(NoMethodError){ UnboundMethod.new }
80 assert_kind_of UnboundMethod, Fixnum.instance_method(:+)
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-method/test/
H A Dmethod.rb75 assert_raise(NoMethodError){ UnboundMethod.new }
80 assert_kind_of UnboundMethod, Fixnum.instance_method(:+)
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-method/mrblib/
H A Dunbound_method.rb1 class UnboundMethod class
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-method/mrblib/
H A Dunbound_method.rb1 class UnboundMethod class

123