text
string
label
int64
{'name': 'PacketFilter.set_limit@pf/filter.py', 'description': "Set hard limits on the memory pools used by Packet Filter.\n\n'limit' can be either one of the PF_LIMIT_* constants or a string; a\n'value' of UINT_MAX means unlimited. Raise PFError if the current pool\nsize exceeds the requested hard limit.", 'signature'...
0
{'name': 'GefRemoteSessionManager.connect@gef.py', 'description': 'Connect to remote target. If in extended mode, also attach to the given PID.', 'signature': 'def connect(self, pid: int) -> bool:'}</s>{'name': 'GefMemoryManager@gef.py', 'description': 'Class that manages memory access for gef.', 'base_classes': ['GefM...
0
{'name': 'test_serving_is_false_and_stop_returns_after_ctrlc@cheroot/test/test_server.py', 'description': 'Check that stop() interrupts running of serve().', 'signature': 'def test_serving_is_false_and_stop_returns_after_ctrlc():'}</s>{'name': 'test_bind_addr_inet@cheroot/test/test_server.py', 'description': 'Check tha...
0
{'name': 'RequestInputCommand.compare_to_previous@sublime_input.py', 'description': 'Compare the pending_value with the current_value and process it if it is different.', 'signature': 'def compare_to_previous(self):'}</s>{'name': 'InputCompletionsListener@sublime_input.py', 'description': 'DOCSTRING', 'base_classes': [...
0
{'name': 'YOLO_ONNX.get_anchors@yolo.py', 'description': 'loads the anchors from a file', 'signature': 'def get_anchors(self, anchors_path):'}</s>{'name': 'YOLO_ONNX@yolo.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'YOLO_ONNX.get_defaults@yolo.py', 'description': 'DOCSTRING', 'code...
1
{'name': 'main@cmd/bootstrap_cluster/bootstrap_cluster.py', 'description': "Check the active cluster's platform and install components accordingly", 'signature': 'def main():'}</s>{'name': 'install_jeager@cmd/bootstrap_cluster/bootstrap_cluster.py', 'description': 'DOCSTRING', 'code': "def install_jeager():\n base_u...
0
{'name': 'process_line@scripts/pdns/lib/python2.7/site-packages/pip/req/req_file.py', 'description': 'Process a single requirements line; This can result in creating/yielding\nrequirements, or updating the finder.\n\nFor lines that contain requirements, the only options that have an effect\nare from SUPPORTED_OPTIONS_R...
0
{'name': 'QueueManager._is_connected@code/pymqi/__init__.py', 'description': "Try pinging the queue manager in order to see whether the application\nis connected to it. Note that the method is merely a convienece wrapper\naround MQCMD_PING_Q_MGR, in particular, there's still possibility that\nthe app will disconnect be...
0
{'name': 'ObjectDetectionEvaluation.evaluate@alphaction/dataset/datasets/evaluation/ava/pascal_evaluation/object_detection_evaluation.py', 'description': 'Compute evaluation result.\n\nReturns:\n A named tuple with the following fields -\n average_precision: float numpy array of average precision for\n each ...
0
{'name': '_export_xml@contrib/xml/xmlio.py', 'description': 'Exports Tulip data structures to XML structures for later import.\n\nThis function is called both internal\n\n@param data:\n the data structure to be exported into an XML tree.\n@return:\n `None` (if parent is not `None`), or\n an xml tree', 'signatu...
0
{'name': 'batch_conv2d_im_backward_f@ctensor/operator.py', 'description': 'input is result tensor grad, kernel is weight tensor', 'signature': 'def batch_conv2d_im_backward_f(x, kernel, stride=(1, 1)):'}</s>{'name': 'dilate_input@ctensor/operator.py', 'description': 'DOCSTRING', 'code': 'def dilate_input(input, stride=...
1
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i...
0
{'name': 'ask_yes_no@models/stylegan_tf_official/dnnlib/util.py', 'description': 'Ask the user the question until the user inputs a valid answer.', 'signature': 'def ask_yes_no(question: str) -> bool:'}</s>{'name': 'is_url@models/stylegan_tf_official/dnnlib/util.py', 'description': 'Determine whether the given object i...
0
{'name': 'FileField.to_wtf_field@flask_mongoengine/db_fields.py', 'description': 'Protection from execution of :func:`to_wtf_field` in form generation.\n\n:raises NotImplementedError: Field converter to WTForm Field not implemented.', 'signature': 'def to_wtf_field('}</s>{'name': 'ObjectIdField@flask_mongoengine/db_fie...
0
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im...
0
{'name': 'run@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Start a server instance. This method blocks until the server terminates.\n\n:param app: WSGI application or target string supported by\n :func:`load_app`. (default: :func:`default_app`)\n:param server: Server adapter to use. See :data:...
0
{'name': 'GetXcodeArchsDefault@gyp/pylib/gyp/xcode_emulation.py', 'description': 'Returns the |XcodeArchsDefault| object to use to expand ARCHS for the\ninstalled version of Xcode. The default values used by Xcode for ARCHS\nand the expansion of the variables depends on the version of Xcode used.\n\nFor all version ant...
0
{'name': 'toggle_fullscreen@soundrts/clientmedia.py', 'description': 'toggle full screen mode, and say it', 'signature': 'def toggle_fullscreen():'}</s>LEAVE_THIS_GAME = [4061]
0
{'name': '_make_json_entry@s2e_env/commands/execution_trace.py', 'description': "Combine a trace entry header and item into a single JSON-serializable\nentry. Return this entry as a ``dict``.\n\nSome things to note:\n * The header's ``size`` field is removed - it is not required in the\n JSON\n * Enums are r...
0
{'name': 'deserialize_properties@figmapy/datatypes/properties.py', 'description': 'deserialize properties to their matching type', 'signature': 'def deserialize_properties(self):'}</s>{'name': 'Rect@figmapy/datatypes/properties.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'Rect.__init__@fig...
1
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name...
0
{'name': 'ButtonTypedI2c.name@grove/button/button_i2c.py', 'description': 'Get the device name or specified button name\n\nArgs:\n index(int): optional, the index number of button to get name.\n if not specified, return the device name.\n\nReturns:\n (string): the name of the device or pecified but...
0
{'name': '_AutoReject.fit@autoreject/autoreject.py', 'description': 'Compute the thresholds.\n\nParameters\n----------\nepochs : instance of mne.Epochs\n The epochs object from which the channel-level thresholds are\n estimated.\n\nReturns\n-------\nself : instance of _AutoReject\n The instance.', 'signature':...
1
{'name': 'Queue.get@code/pymqi/__init__.py', 'description': "Return a message from the queue. If the queue is not already\nopen, it is opened now with the option 'MQOO_INPUT_AS_Q_DEF'.\n\nmaxLength, if present, specifies the maximum length for the\nmessage. If the message received exceeds maxLength, then the\nbehavior ...
0
{'name': '_NestingState.Update@runtimes/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Update nesting state with current line.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: T...
0
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie...
0
{'name': 'pure@funcparserlib/parser.py', 'description': "Wrap any object into a parser.\n\nType: `(A) -> Parser[A, A]`\n\nA pure parser doesn't touch the tokens sequence, it just returns its pure `x`\nvalue.\n\nAlso known as `return` in Haskell.", 'signature': 'def pure(x: _A) -> Parser[Any, _A]:'}</s>{'name': '_Tuple@...
0
{'name': '_convert_to_exclusive_op@self_organising_systems/biomakerca/env_logic.py', 'description': 'Process ExclusiveInterface to convert it to ExclusiveOp.\n\nThis also performs sanity checks and potentially rejects badly formed ops.', 'signature': 'def _convert_to_exclusive_op('}</s>{'name': 'add_agent_to_env@self_o...
0
{'name': 'create_exg_recorder@src/explorepy/tools.py', 'description': 'Create ExG recorder\n\nArgs:\n filename (str): file name\n file_type (str): file type\n adc_mask (str): channel mask\n fs (int): sampling rate\n do_overwrite (bool): overwrite if the file already exists\n exg_ch (list): list of cha...
0
{'name': 'iou_ign@lib/core.py', 'description': "Computes the amount of overap of box_b has within box_a, which is handy for dealing with ignore regions.\nHence, assume that box_b are ignore regions and box_a are anchor boxes, then we may want to know how\nmuch overlap the anchors have inside of the ignore regions (henc...
0
{'name': 'compute_E_HF_simple@doc/src/week46/Programs/NeutronMatterCCD_Ladders.py', 'description': 'Computes HF energy of reference state\nparam Nocc, sp_basis, dk: particle number, integer s.p. lattice, delta k \nreturn: total HF energy', 'signature': 'def compute_E_HF_simple(Nocc,sp_basis,dk):'}</s>{'name': 'EnergyDe...
0
{'name': '_start_sound_stream@jupylet/audio/device.py', 'description': 'Start the sound device output stream handler.', 'signature': 'def _start_sound_stream():'}</s>_sp = {}
1
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_AUTH_OPTIONS = 1228
0
{'name': 'BackupJob.backup@freezer/job.py', 'description': ':type app_mode: freezer.mode.mode.Mode\n:return:', 'signature': 'def backup(self, app_mode):'}</s>{'name': 'popen_call@freezer/utils/exec_cmd.py', 'description': 'Execute a command specified as function arguments using the given input', 'code': 'def popen_call...
0
{'name': 'train_pie@experiments/train.py', 'description': 'PIE training ', 'signature': 'def train_pie(args, dataset, model, simulator):'}</s>{'name': 'train_manifold_flow_sequential@experiments/train.py', 'description': 'Sequential M-flow-M/D training ', 'code': 'def train_manifold_flow_sequential(args, dataset, model...
0
{'name': 'LeapAccount.get_project_token@dwave/cloud/api/resources.py', 'description': 'Retrieve SAPI token for a given Leap project.', 'signature': 'def get_project_token(self, *,'}</s>__all__ = ['Solvers', 'Problems', 'Regions']
0
{'name': 'Plant.pick_petal@src/astrobotany/models.py', 'description': "Pick a petal from a flowering plant.\n\nArgs:\n user: The user picking the petal, if not the plant's owner.\n\nReturns: A string with a description of the resulting action.", 'signature': 'def pick_petal(self, user: User | None = None) -> str:'}<...
0
{'name': 'PFRule._to_string@pf/rule.py', 'description': 'Return the string representation of the rule.', 'signature': 'def _to_string(self):'}</s>{'name': 'PFOp@pf/rule.py', 'description': 'Class representing a generic comparison operation.', 'base_classes': ['PFObject'], 'methods': [{'name': 'PFOp.__init__@pf/rule.py'...
0
{'name': 'InstanceGroupsAction.delete_instance_groups@qingcloud/iaas/actions/instance_groups.py', 'description': 'Delete the specific instance group.\n@param instance_groups: An id list contains the group(s) id which will be deleted.', 'signature': 'def delete_instance_groups(self, instance_groups,'}</s>ACTION_DELETE_L...
0
{'name': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': 'user_prop_final@src/api/python/z3/z3...
0
{'name': 'ZenPreTrainedModel.from_pretrained@ZEN/modeling.py', 'description': 'Instantiate a BertPreTrainedModel from a pre-trained model file or a pytorch state dict.\nDownload and cache the pre-trained model file if needed.\n\nParams:\n pretrained_model_name_or_path: either:\n - a str with the name of a pre...
1
{'name': 'CalculateNumRotatableBonds@scopy/ScoDruglikeness/molproperty.py', 'description': 'Calculation of the number of rotatableBonds\n--->nRot\n\nNote:\n In some situaion Amide C-N bonds are not considered \n because of their high rotational energy barrier\n\n:param mol: molecule\n:type mol: rdkit.Chem.rdchem....
0
{'name': 'add_point_light@robowflex_visualization/old/blender_render_scene.py', 'description': 'https://docs.blender.org/api/current/bpy.types.PointLamp.html\n\n ', 'signature': 'def add_point_light(light):'}</s>{'name': 'add_area_light@robowflex_visualization/old/blender_render_scene.py', 'description': 'https://do...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQAT_OPEN_TP1 = 15
0
{'name': 'Serial.write@serial/serialwin32.py', 'description': 'Output the given byte string over the serial port.', 'signature': 'def write(self, data):'}</s>SetCommState = _stdcall_libraries['kernel32'].SetCommState
0
{'name': 'init_main_data@utils/util.py', 'description': 'Parse the configuration file and return the necessary data for initalize the tool\n:param config_file:\n:return:', 'signature': 'def init_main_data(config_file):'}</s>{'name': 'verify_extension@utils/util.py', 'description': 'Wrapper for validate file\n:param fol...
0
{'name': 'ProcessLine@runtimes/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each represe...
0
{'name': 'find_gaps@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'Account for all the bits in the pattern\ndummy style just added as they got added', 'signature': 'def find_gaps(op):'}</s>MASK_SFENCE_VMA = 4261445631
0
{'name': 'IUCoordinator.service_call@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Entry point for all service calls.', 'signature': 'def service_call('}</s>TIMELINE_STATUS = "status"
0
{'name': 'poll_feed@feedreader/utils.py', 'description': 'Read through a feed looking for new entries.', 'signature': 'def poll_feed(db_feed, verbose=False):'}</s>{'name': 'Feed@feedreader/models.py', 'description': 'Feed information.\n\n:Fields:\n\n title : char\n Title of feed.\n xml_url : char\n ...
0
{'name': 'modsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'modulename', 'signature': 'def modsign2map(m):'}</s>{'name': 'getpymethoddef@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description': 'DOCSTRING', 'code': "def getpymethoddef(rout):\n return getmultilineblock(rout, 'pymethod...
1
{'name': 'bmesh_join@blender_kitti/particles.py', 'description': "takes as input a list of bm references and outputs a single merged bmesh\nallows an additional 'normal_update=True' to force _normal_ calculations.", 'signature': 'def bmesh_join(list_of_bmeshes, list_of_matrices, *, normal_update=False, bmesh):'}</s>{'n...
0
{'name': 'fill_filter_mosaics@grizli/pipeline/auto_script.py', 'description': 'Fill field mosaics with the average value taken from other filters so that all images have the same coverage\n\nParameters\n----------\nfield_root : str', 'signature': 'def fill_filter_mosaics(field_root):'}</s>{'name': 'summary_catalog@griz...
0
{'name': 'BrowseView.do_dym@dbdb/core/views.py', 'description': 'Did you mean search', 'signature': 'def do_dym(self, search_q):'}</s>{'name': 'ProjectType@dbdb/core/models.py', 'description': 'DOCSTRING', 'base_classes': ['models.Model'], 'methods': [{'name': 'ProjectType.__str__@dbdb/core/models.py', 'description': '...
0
{'name': 'HyASTCompiler._compile_collect@hy/compiler.py', 'description': 'Collect the expression contexts from a list of compiled expression.\n\nThis returns a list of the expression contexts, and the sum of the\nResult objects passed as arguments.', 'signature': 'def _compile_collect(self, exprs, with_kwargs=False, di...
0
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>sim_banner_noback...
0
{'name': 'gen_inc_module@da/compiler/incgen.py', 'description': 'Generates the interface file from a DistPy AST.', 'signature': 'def gen_inc_module(daast, cmdline_args, filename=""):'}</s>{'name': 'generate_deletion_stub_and_hook@da/compiler/incgen.py', 'description': "Generate delete stub and hook node for 'nameobj'."...
0
{'name': 'CqlType.parse@pylib/cqlshlib/formatting.py', 'description': 'Parse the typestring by looking at this pattern: *<*>. If there is no match then the type\nis either a simple type or a user type, otherwise it must be a composite type\nfor which we need to look-up the sub-types. For user types the sub types can be...
0
{'name': 'update_settings_ui@addon_updater_ops.py', 'description': 'Preferences - for drawing with full width inside user preferences\n\nA function that can be run inside user preferences panel for prefs UI.\nPlace inside UI draw using:\n addon_updater_ops.update_settings_ui(self, context)\nor by:\n addon_updater...
1
{'name': '_extract_channel_sac@HinetPy/win32.py', 'description': 'Extract one channel data from win32 file.\n\nParameters\n----------\nwinfile: str\n win32 file to be processed.\nchannel: str\n Channel to be extracted.\nsuffix: str\n SAC file suffix.\noutdir: str\n Output directory.\nprmfile: str\n win32...
0
{'name': 'HullWhiteModelTestCase.test_hull_white_creation@test/test_hullwhite_model.py', 'description': 'Basic instantiation of a Hull-White model', 'signature': 'def test_hull_white_creation(self):'}</s>{'name': 'flat_rate@test/utilities.py', 'description': 'DOCSTRING', 'code': 'def flat_rate(rate, dc=Actual365Fixed()...
1
{'name': 'transName@main/toolkit/src2xml/source/srcparser.py', 'description': 'Translate a mixed-casing name to dash-separated name.\n\nTranslate a mixed-casing name (e.g. MyLongName) to a dash-separated name\n(e.g. my-long-name).', 'signature': 'def transName (name):'}</s>{'name': 'removeQuote@main/toolkit/src2xml/sou...
0
{'name': 'Double_DQN_target_func@example/dqn-her.py', 'description': 'Double DQN: https://arxiv.org/abs/1509.06461', 'signature': 'def Double_DQN_target_func(model,target,next_obs,rew,done,gamma,act_shape):'}</s>eval_env = BitFlippingEnv(nbit)
0
{'name': 'initialize_jwst_image@grizli/jwst_utils.py', 'description': 'Make copies of some header keywords to make the headers look like\nand HST instrument\n\n1) Apply gain correction [*NOT PERFORMED*]\n2) Clip DQ bits\n3) Copy header keywords\n4) Apply exposure-level 1/f correction\n5) Apply flat field if necessary\n...
0
{'name': 'get_symbols@compyle/ast_utils.py', 'description': 'Given an AST or code string return the symbols used therein.\n\nParameters\n----------\n\ncode: A code string or the result of an ast.parse.\n\nctx: The context of the names, can be one of ast.Load, ast.Store, ast.Del.', 'signature': 'def get_symbols(code, ct...
1
{'name': 'CSSParser.parse_pseudo_class_custom@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse custom pseudo class alias.\n\nCompile custom selectors as we need them. When compiling a custom selector,\nset it to `None` in the dictionary so we can avoid an infinite loop.',...
0
{'name': 'QueueManager.connect_with_options@code/pymqi/__init__.py', 'description': "connect_with_options(name [, opts=cnoopts][ ,cd=mqcd][ ,sco=mqsco])\n connect_with_options(name, cd, [sco])\n\nConnect immediately to the Queue Manager 'name', using the\noptional MQCNO Options opts, the optional MQCD connection\ndes...
0
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im...
0
{'name': 'MakeDescriptor@third_party/include/protobuf-2.6.1/python/google/protobuf/descriptor.py', 'description': 'Make a protobuf Descriptor given a DescriptorProto protobuf.\n\nHandles nested descriptors. Note that this is limited to the scope of defining\na message inside of another message. Composite fields can cur...
1
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': '_ConsumeInt32@python/google/protobuf/text_format.py', 'description': "Consumes a signed 32b...
0
{'name': 'NestingState.Update@tools/cpplint.py', 'description': 'Update nesting state with current line.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: The function to call with any errors found.', ...
0
{'name': 'ProAntiSaccades.take_a_break@demo_experiments/anti_saccades.py', 'description': 'Break\nArgs:\n duration - time in s to break', 'signature': 'def take_a_break(self, duration, calibrate=False):'}</s>mon = monitors.Monitor(MY_MONITOR)
0
{'name': '_serialize_single@src/betterproto/__init__.py', 'description': 'Serializes a single field and value.', 'signature': 'def _serialize_single('}</s>{'name': 'snake_case@src/betterproto/casing.py', 'description': 'Join words with an underscore into lowercase and remove symbols.\n\nParameters\n-----------\nvalue: ...
0
{'name': 'integrator_info@jitcode/integrator_tools.py', 'description': 'Finds out the integrator from a given name, what backend it uses, and whether it can use a Jacobian.', 'signature': 'def integrator_info(name):'}</s>{'name': 'IVP_wrapper@jitcode/integrator_tools.py', 'description': 'This is a wrapper around the in...
0
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>sim_drawing_wiref...
0
{'name': 'to_band@eoreader/bands/__init__.py', 'description': 'Convert a string (or real value) to any alias, band or index.\n\nYou can pass the name or the value of the bands.\n\nArgs:\n to_convert (Union[list, BandNames, str]): Values to convert into band objects\n as_list (bool): Return the result as a list\n\...
1
{'name': 'Node.bye@shingetsu/node.py', 'description': 'Unconnect.', 'signature': 'def bye(self):'}</s>title_limit = 30
0
{'name': 'IUController.as_dict@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return this controller as a dict', 'signature': 'def as_dict(self, extended=False) -> OrderedDict:'}</s>CONF_ODD = "odd"
0
{'name': 'ThreeDHandler.get@app/tornado_handlers/three_d.py', 'description': 'GET request callback ', 'signature': 'def get(self, *args, **kwargs):'}</s>{'name': 'TornadoRequestHandlerBase@app/tornado_handlers/common.py', 'description': 'base class for a tornado request handler with custom error display', 'base_classes...
0
{'name': 'H3LIS331DL.read_accl@grove/grove_3_axis_digital_accelerometer.py', 'description': 'Read data back from H3LIS331DL_REG_OUT_X_L(0x28), 2 bytes\nX-Axis Accl LSB, X-Axis Accl MSB', 'signature': 'def read_accl(self):'}</s>H3LIS331DL_ACCL_RANGE_100G = 0
0
{'name': 'add_sharpening@ldm/modules/image_degradation/bsrgan_light.py', 'description': 'USM sharpening. borrowed from real-ESRGAN\nInput image: I; Blurry image: B.\n1. K = I + weight * (I - B)\n2. Mask = 1 if abs(I - B) > threshold, else: 0\n3. Blur mask:\n4. Out = Mask * K + (1 - Mask) * I\nArgs:\n img (Numpy arra...
0
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name...
0
{'name': 'solve_only@diffcp/cone_program.py', 'description': 'Solves a cone program and returns its solution.\n\nFor more information on the arguments and return values,\nsee the docstring for `solve_and_derivative` function. However, note\nthat only x, y, and s are being returned from this function.\n\nThis is another...
0
{'name': 'Application.__init__@robopianist/viewer/application.py', 'description': 'Instance initializer.', 'signature': 'def __init__(self, title="Explorer", width=1024, height=768):'}</s>_NEXT_LABELING_MODE = user_input.KEY_F7
0
{'name': 'DatabaseMedia.location@src/gphotos_sync/DatabaseMedia.py', 'description': 'image GPS information', 'signature': 'def location(self) -> Optional[str]:'}</s>log = logging.getLogger(__name__)
0
{'name': 'pointer_image@datoviz/__init__.py', 'description': 'Return a NumPy array of uint8 with shape (height, width, n_channels=3) from an ndpointer\nreferring to a C pointer to a buffer of RGB uint8 values.', 'signature': 'def pointer_image(rgb, width, height, n_channels=3):'}</s>slice_texture = dvz.dvz_slice_textur...
0
{'name': 'add_input_output_information_deeppoly@tf_verify/deeppoly_nodes.py', 'description': 'sets for an object the three fields:\n - self.output_length\n - self.input_names\n - self.output_name\nwhich will mainly be used by the Optimizer, but can also be used by the Nodes itself\n\nArguments\n---------\nself...
0
{'name': 'ProcessLine@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each representing a line of th...
1
{'name': 'print_results@tune/local.py', 'description': 'Log the current results of the optimizer.\n\nParameters\n----------\noptimizer : bask.Optimizer\n Fitted Optimizer object.\nresult_object : scipy.optimize.OptimizeResult\n Result object containing the data and the last fitted model.\nparameter_names : Sequen...
0
{'name': 'YoutubeDL.process_info@script.module.youtube.dl/lib/youtube_dl/YoutubeDL.py', 'description': 'Process a single resolved IE result.', 'signature': 'def process_info(self, info_dict):'}</s>{'name': 'replace_extension@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'DOCSTRING', 'code': "def rep...
1
{'name': 'ZWaveListValueSensor.__init__@custom_components/zwave_mqtt/binary_sensor.py', 'description': 'Initialize a ZWaveListValueSensor entity.', 'signature': 'def __init__('}</s>NOTIFICATION_TYPE = "index"
0
{'name': 'parse_srst2_ar@bin/GRiPHin.py', 'description': 'Parsing the srst2 file run on the ar gene database.', 'signature': 'def parse_srst2_ar(srst2_file, ar_dic, final_srst2_df, sample_name):'}</s>{'name': 'get_assembly_ratio@bin/GRiPHin.py', 'description': 'Collects the assembly ratio, stdev and method used to dete...
0
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie...
0
{'name': 'indentedBlock@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining space-delimited indentation blocks, such as\nthose used to define block statements in Python source code.\n\nParameters:\n - blockStatementExpr - expression defining syntax of statement that\n ...
0
{'name': 'suggest_attribute_alternative@didyoumean/didyoumean_internal.py', 'description': 'Suggest alternative to the non-found attribute.', 'signature': 'def suggest_attribute_alternative(attribute, type_str, attributes):'}</s>{'name': 'get_suggestions_for_exception@didyoumean/didyoumean_internal.py', 'description': ...
0
{'name': 'QueueManager._is_connected@code/pymqi/__init__.py', 'description': "Try pinging the queue manager in order to see whether the application\nis connected to it. Note that the method is merely a convienece wrapper\naround MQCMD_PING_Q_MGR, in particular, there's still possibility that\nthe app will disconnect be...
0
{'name': 'qald_run@utils/data_preparation_rdf_type.py', 'description': "'\n\nIf the query contains only rdf constraint and no other triple, it will push the rdf type to the\nconstraint candidate and there will be no positive or negative path in the query.\n\n'path_id': [u'+25212']", 'signature': 'def qald_run(test = T...
0
{'name': 'cifar_generator@tensor2tensor_envi/data_generators/cifar.py', 'description': 'Image generator for CIFAR-10 and 100.\n\nArgs:\n cifar_version: string; one of "cifar10" or "cifar100"\n tmp_dir: path to temporary storage directory.\n training: a Boolean; if true, we use the train set, otherwise the test set.\...
1
{'name': 'Application.__init__@robopianist/viewer/application.py', 'description': 'Instance initializer.', 'signature': 'def __init__(self, title="Explorer", width=1024, height=768):'}</s>_NUM_GROUP_KEYS = 10
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQSO_SET_IDENTITY_CONTEXT = 64
0