Searched refs:method (Results 1 – 3 of 3) sorted by relevance
36 method = CustomParser.method variable58 @method(function('bitwise-and', nargs=2))73 @method(function('bits-of', nargs=1))85 @method(function('has', nargs=2))94 @method(function('duplicate-values', nargs=1))113 @method(function('number-of-clos-id-needed', nargs=1))150 @method('every')151 @method('some')
73 def __init__(self, method, args): argument74 self.method = method
94 So we implement the channel, which represents a common method of detection.
Completed in 7 milliseconds