text
string
label
int64
{'name': '_AppHandler.build@jupyterlab/commands.py', 'description': 'Build the application.', 'signature': 'def build('}</s>{'name': '_semver_key@jupyterlab/commands.py', 'description': 'A sort key-function for sorting semver version string.\n\nThe default sorting order is ascending (0.x -> 1.x -> 2.x).\n\nIf `prerelea...
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...
0
{'name': 'get_domain_literal@src/future/backports/email/_header_value_parser.py', 'description': 'domain-literal = [CFWS] "[" *([FWS] dtext) [FWS] "]" [CFWS]\n\n ', 'signature': 'def get_domain_literal(value):'}</s>{'name': 'decode_b@src/future/backports/email/_encoded_words.py', 'description': 'DOCSTRING', 'code': ...
0
{'name': 'FPVal@src/api/python/z3/z3.py', 'description': 'Return a floating-point value of value `val` and sort `fps`.\nIf `ctx=None`, then the global context is used.\n\n>>> v = FPVal(20.0, FPSort(8, 24))\n>>> v\n1.25*(2**4)\n>>> print("0x%.8x" % v.exponent_as_long(False))\n0x00000004\n>>> v = FPVal(2.25, FPSort(8, 24...
0
{'name': 'RegressorDictionary.get_y_lag_list@sysidentpy/narmax_base.py', 'description': 'Return y regressor code list.\n\nReturns\n-------\ny_vec = ndarray of ints\n The y regressor code list given the ylag.', 'signature': 'def get_y_lag_list(self) -> np.ndarray:'}</s>{'name': 'Fourier@sysidentpy/basis_function/_fou...
0
{'name': 'consume@tools/pydfu.py', 'description': 'Parses the struct defined by `fmt` from `data`, stores the parsed fields\ninto a named tuple using `names`. Returns the named tuple, and the data\nwith the struct stripped off.', 'signature': 'def consume(fmt, data, names):'}</s>__DFU_STATE_APP_DETACH = 1
0
{'name': 'event_factory@tools/hadb.py', 'description': 'Convert database row to Event object.', 'signature': 'def event_factory(cur: sqlite3.Cursor, row: tuple) -> Event:'}</s>StateAttrs = tuple[str | None, Items, Items]
0
{'name': 'ButtonInput.pressed_keys@amulet_map_editor/api/wx/util/button_input.py', 'description': 'A tuple of all the keys that are currently pressed.', 'signature': 'def pressed_keys(self) -> Set[KeyType]:'}</s>ActionIDType = str
0
{'name': '_make_query_fun@gget/gget_opentargets.py', 'description': 'Make a query function for OpenTargets API.\n\nArgs:\n\n- top_level_key Top level key in the GraphQL query response, e.g. "associatedDiseases".\n- inner_query Query string for the row data, e.g. "score disease{id name description}".\n...
0
{'name': 'View.pick_areas@picasso/gui/render.py', 'description': 'Finds the areas of all current picks in um^2.\n\nReturns\n-------\nareas : np.1darray\n Areas of all picks.', 'signature': 'def pick_areas(self):'}</s>{'name': '_fill_index_blocks@picasso/postprocess.py', 'description': 'DOCSTRING', 'code': 'def _fill...
0
{'name': 'asdict@rpcq/external/dataclasses.py', 'description': "Return the fields of a dataclass instance as a new dictionary mapping\nfield names to field values.\n\nExample usage:\n\n @dataclass\n class C:\n x: int\n y: int\n\n c = C(1, 2)\n assert asdict(c) == {'x': 1, 'y': 2}\n\nIf given, 'dict_factor...
0
{'name': 'calibrate_extrinsics@Pose2Sim/calibration.py', 'description': 'Calibrates extrinsic parameters\nfrom an image or the first frame of a video\nof a checkerboard or of measured clues on the scene\n\nINPUTS:\n- calib_dir: directory containing intrinsic and extrinsic folders, each populated with camera directories...
0
{'name': 'render_quoted_form@hy/core/result_macros.py', 'description': 'Render a quoted form as a new hy Expression.\n\n`level` is the level of quasiquoting of the current form. We can\nunquote if level is 0.\n\nReturns a two-tuple (`expression`, `splice`).\n\nThe `splice` return value is used to mark `unquote-splice`d...
0
{'name': 'DiGraph_w_root@bin/ncbi-gtdb_map.py', 'description': 'Create directed graph with a root node', 'signature': 'def DiGraph_w_root():'}</s>desc = "Map between NCBI & GTDB taxonomies"
0
{'name': 'material_mu_components@python/xraydb/materials.py', 'description': "material_mu_components: absorption coefficient (in 1/cm) for a compound\n\nArgs:\n name (str): chemical formul or name of material from materials list.\n energy (float or ndarray): energy or array of energies in eV\n density (None ...
0
{'name': 'BPF._sym_cache@src/python/bcc/__init__.py', 'description': '_sym_cache(pid)\n\nReturns a symbol cache for the specified PID.\nThe kernel symbol cache is accessed by providing any PID less than zero.', 'signature': 'def _sym_cache(pid):'}</s>{'name': 'BPFAttachType@src/python/bcc/__init__.py', 'description': '...
0
{'name': 'Image._preamble_read@wand/image.py', 'description': 'Set-up MagickWand properties before reading an image file. The\nproperties are unique to the image decoder.\n\n:param background: Defines the default background color.\n:type background: :class:`Color`, :class:`str`\n:param colorspace: Defines what colorspa...
0
{'name': 'execute_rome@rome/rome_main.py', 'description': 'Executes the ROME update algorithm for the specified update at the specified layer\nInvariant: model at beginning of function == model at end of function', 'signature': 'def execute_rome('}</s>{'name': 'StopForward@util/nethook.py', 'description': 'If the only ...
0
{'name': 'IB.cancelOrder@ib_insync/ib.py', 'description': 'Cancel the order and return the Trade it belongs to.\n\nArgs:\n order: The order to be canceled.\n manualCancelOrderTime: For audit trail.', 'signature': "def cancelOrder(self, order: Order, manualCancelOrderTime: str = '') \\"}</s>{'name': 'PnLSingle@ib_...
0
{'name': 'parse_1dplot_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for Pythony 1dplotter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'sig...
0
{'name': 'fpToFP@src/api/python/z3/z3.py', 'description': 'Create a Z3 floating-point conversion expression from other term sorts\nto floating-point.\n\nFrom a bit-vector term in IEEE 754-2008 format:\n>>> x = FPVal(1.0, Float32())\n>>> x_bv = fpToIEEEBV(x)\n>>> simplify(fpToFP(x_bv, Float32()))\n1\n\nFrom a floating-p...
0
{'name': 'AmharicLocale.describe@arrow/locales.py', 'description': 'Describes a delta within a timeframe in plain language.\n\n:param timeframe: a string representing a timeframe.\n:param delta: a quantity representing a delta in a timeframe.\n:param only_distance: return only distance eg: "11 seconds" without "in" or ...
0
{'name': 'SendMessage._setup_workflow@py/send_message.py', 'description': 'TODO: Document', 'signature': 'def _setup_workflow(self) -> None:'}</s>WINK = 0x80 | 0x08
0
{'name': 'getSetting@ide/auth.py', 'description': "Grab some setting from the datastore. If it's not a string, it should be stored as a JSON representation.\nSet returnObject to True to force a JSON load. Otherwise use the type of the default to trigger JSON conversion", 'signature': 'def getSetting(name, default=None,...
0
{'name': 'display_sidebar@src/penn_chime/view/st_display.py', 'description': "Initializes the UI in the sidebar. These function calls create input elements, and bind the values they are set to\nto the appropriate variables. It's similar to Ember or Angular, if you are familiar with those frameworks.", 'signature': 'def...
0
{'name': 'NetworkAgent.choose@network_agent.py', 'description': 'choose the best action for current state ', 'signature': 'def choose(self, count, if_pretrain):'}</s>{'name': 'Agent@agent.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'Agent.__init__@agent.py', 'description': 'DOCSTRI...
0
{'name': 'CHOCO_CMD.readsol@pulp/apis/choco_api.py', 'description': 'Read a Choco solution file', 'signature': 'def readsol(filename):'}</s>LpContinuous = "Continuous"
0
{'name': 'Bottle.reset@src/back/kite/bottle.py', 'description': 'Reset all routes (force plugins to be re-applied) and clear all\ncaches. If an ID or route object is given, only that specific route\nis affected. ', 'signature': 'def reset(self, route=None):'}</s>{'name': 'HeaderDict@src/back/kite/bottle.py', 'descripti...
0
{'name': 'torgb@boxx/ylimg/ylimgTool.py', 'description': 'try to transfer a tensor to normalized RGB image\n\nnormalizing img value to 0~1\nand transpose (..., 3, w, h) to (..., w, h, 3)', 'signature': 'def torgb(img):'}</s>{'name': 'shortStr@boxx/tool/toolLog.py', 'description': " genrate one line discrib str short...
0
{'name': 'fetch_enron_dataset@tests/conftest.py', 'description': "Downloads and caches a given part of the Enron dataset archive (one per individual)\n\nArgs:\n name: The individual's name\n files: A list of expected PST files\n url: The download URL for that file\n\nReturns:\n A directory path", 'signature...
0
{'name': 'FieldsTestCase.test_auto_one_to_one_race_condition@tests/test_fields.py', 'description': 'Test for case:\n\nprocess #1 checks if related object exists\nprocess #2 checks if related object exists\nprocess #1 creates related object\nprocess #2 returns object created by process #1', 'signature': 'def test_auto_o...
1
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQMO_MATCH_MSG_TOKEN = 32
0
{'name': 'astra@source/tomopy/recon/wrappers.py', 'description': "Reconstruct object using the ASTRA toolbox\n\nExtra options\n----------\nmethod : str\n ASTRA reconstruction method to use.\nnum_iter : int, optional\n Number of algorithm iterations performed.\nproj_type : str, optional\n ASTRA projector type t...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCACF_LAST_USED = 3211
0
{'name': 'View.pick_areas@picasso/gui/render.py', 'description': 'Finds the areas of all current picks in um^2.\n\nReturns\n-------\nareas : np.1darray\n Areas of all picks.', 'signature': 'def pick_areas(self):'}</s>{'name': 'run_intersections_multithread@picasso/aim.py', 'description': 'Run intersection counting a...
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': '_SetFilters@llvm-4.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Sets the module\'s error-message filters.\n\nThese filters are applied when deciding whether to emit a given\nerror message.\n\nArgs:\n filters: A string of comma-separated filters (eg "whitespace/indent").\n...
0
{'name': 'IPDatabase.export_verilator@ipstools/ipstools/IPDatabase.py', 'description': 'Exports a Makefile to be used to build a verilator simulation flow\n\n :param script_path: The path where the Makefiles are collected\n :type script_path: str\n\n :param root: The path to which t...
0
{'name': '_FloatingPointEncoder@third_party/include/protobuf-2.6.1/python/google/protobuf/internal/encoder.py', 'description': "Return a constructor for an encoder for float fields.\n\nThis is like StructPackEncoder, but catches errors that may be due to\npassing non-finite floating-point values to struct.pack, and mak...
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': 'adjust_learning_rate@main.py', 'description': 'Sets the learning rate to the initial LR decayed by 10 every 30 epochs', 'signature': 'def adjust_learning_rate(optimizer, epoch, lr_steps):'}</s>{'name': 'get_test_set@dataset.py', 'description': 'DOCSTRING', 'code': "def get_test_set(opt, spatial_transform, tem...
0
{'name': 'ParseArguments@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(a...
0
{'name': 'Serial._telnet_read_loop@serial/rfc2217.py', 'description': 'Read loop for the socket.', 'signature': 'def _telnet_read_loop(self):'}</s>{'name': 'SerialException@serial/serialutil.py', 'description': 'Base class for serial port related exceptions.', 'base_classes': ['IOError'], 'methods': []}
0
{'name': 'ProcessFileData@tools/cpplint.py', 'description': 'Performs lint checks and reports any errors to the given error function.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n lines: An array of strings, each representing a li...
0
{'name': 'Connection.channel@amqp/connection.py', 'description': "Create new channel.\n\nFetch a Channel object identified by the numeric channel_id, or\ncreate that object if it doesn't already exist.", 'signature': 'def channel(self, channel_id=None, callback=None):'}</s>{'name': 'EXTERNAL@amqp/sasl.py', 'description...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQUOWST_PREPARED = 2
0
{'name': 'ServerModel.update@models/model.py', 'description': "Updates server model using given client updates.\n\nArgs:\n updates: list of (num_samples, update), where num_samples is the\n number of training samples corresponding to the update, and update\n is a list of variable weights\n aggregati...
1
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'print_matrix@src/api/python/z3/z3printer.py', 'description': 'DOCSTRING', 'code': 'def print_matrix(m):\n _z3...
0
{'name': 'sniffPossibleFeed@src/feedvalidator/__init__.py', 'description': 'Use wild heuristics to detect something that might be intended as a feed.', 'signature': 'def sniffPossibleFeed(rawdata):'}</s>{'name': 'InvalidListItemType@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['InvalidVal...
0
{'name': 'TraceServiceStub.__init__@gen-python/opencensus/proto/agent/trace/v1/trace_service_pb2_grpc.py', 'description': 'Constructor.\n\nArgs:\n channel: A grpc.Channel.', 'signature': 'def __init__(self, channel):'}</s>ExportTraceServiceRequest = _reflection.GeneratedProtocolMessageType('ExportTraceServiceRequest...
1
{'name': 'write_json@src/utils/file_utils.py', 'description': 'Writes JSON data\n ', 'signature': 'def write_json(fp, data, minify=True, ensure_path=True, sort_keys=True, indent=2, ensure_ascii=True):'}</s>ESP32_MAX_TX = "WIFI_POWER_19_5.dBm"
0
{'name': 'Model.save_samples@musegan/bmusegan/models.py', 'description': 'Save samples to an image file (and a MIDI file).', 'signature': 'def save_samples(self, filename, samples, save_midi=False, shape=None,'}</s>{'name': 'End2EndGAN@musegan/bmusegan/models.py', 'description': 'Class that defines the end-to-end model...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIAMO_FEEDBACK_MODE = 793
0
{'name': 'check_multiple_rvt_shift_opts@src/python_scripts/afnipy/lib_physio_opts.py', 'description': "Can only use at most one '-rvt_shift*' opt. Simplest to check for\nthat at one time.\n\nParameters\n----------\nargs_dict : dict\n The dictionary of arguments and option values.\n\nReturns\n-------\nis_bad : int\n...
0
{'name': 'generate_data_tables@tools/unicode_properties_parse/unicode_properties_data_gen.py', 'description': 'Generate Unicode data for inclusion into <format> from\nGraphemeBreakProperty.txt, emoji-data.txt, DerivedGeneralCategory.txt, DerivedCoreProperties.txt,\nand EastAsianWidth.txt.\n\nGraphemeBreakProperty.txt c...
0
{'name': 'indigenous_peoples_day@src/convertdate/holidays.py', 'description': 'Celebrated on the second Monday in October in the United States.', 'signature': "def indigenous_peoples_day(year, country='usa'):"}</s>{'name': 'new_years_eve@src/convertdate/holidays.py', 'description': 'The last day of the Gregorian year, ...
0
{'name': 'FiltersSet.get_filter_conditions@sievelib/factory.py', 'description': 'Retrieve conditions of the given filter.', 'signature': 'def get_filter_conditions(self, name: str) -> Union[List[str], None]:'}</s>{'name': 'SetflagCommand@sievelib/commands.py', 'description': 'imap4flags extension: setflag.', 'base_clas...
0
{'name': 'pytest_pycollect_makeitem_convert_async_functions_to_subclass@pytest_asyncio/plugin.py', 'description': 'Converts coroutines and async generators collected as pytest.Functions\nto AsyncFunction items.', 'signature': 'def pytest_pycollect_makeitem_convert_async_functions_to_subclass('}</s>_MARKER_SCOPE_KWARG_D...
0
{'name': 'writeFileTree@fwtool.py', 'description': 'Writes a list of UnixFiles to the disk, unpacking known archive files', 'signature': 'def writeFileTree(files, path):'}</s>{'name': 'unpackFdat@fwtool.py', 'description': 'DOCSTRING', 'code': "def unpackFdat(fdatFile, outDir, mtime):\n print('Extracting files')\n fdat...
0
{'name': 'ReplaceByFeeTest.test_new_unconfirmed_inputs@qa/rpc-tests/replace-by-fee.py', 'description': 'Replacements that add new unconfirmed inputs are rejected', 'signature': 'def test_new_unconfirmed_inputs(self):'}</s>{'name': 'deser_string@qa/rpc-tests/test_framework/mininode.py', 'description': 'DOCSTRING', 'code...
0
{'name': '_https_resolve@local/common/dns.py', 'description': '此函数功能实现仅限于解析为 A、AAAA 记录', 'signature': 'def _https_resolve(server, qname, qtype, query_data):'}</s>allresolved = (1 << 4) - 1
0
{'name': 'prepare_messages@AzureOpenAICustomLanguageModelSkill/function_app.py', 'description': 'Prepare messages based on scenario.', 'signature': 'def prepare_messages('}</s>{'name': 'ImageCaptionResponse@AzureOpenAICustomLanguageModelSkill/function_app.py', 'description': 'DOCSTRING', 'base_classes': ['BaseModel'], ...
0
{'name': 'MessageLayer.__init__@roost/roost/model.py', 'description': ' ', 'signature': 'def __init__(self, elem_fea_len, elem_heads, elem_gate, elem_msg):'}</s>{'name': 'DescriptorNetwork@roost/roost/model.py', 'description': 'The Descriptor Network is the message passing section of the\nRoost Model.', 'base_cl...
0
{'name': 'generate_assignment_stub_and_hook@da/compiler/incgen.py', 'description': "Generate assignment stub and hook node for 'nameobj'.\n\nAssignment stubs notifies the incrementalizer of changes to value of\nvariables, and gives the incrementalizer a chance to perform necessary\nhousekeeping.", 'signature': 'def gen...
1
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACH_CURRENT_SEQUENCE_NUMBER = 1532
0
{'name': 'pre_process_and_fetch_license_dict@src/attributecode/model.py', 'description': 'Return a dictionary containing the license information (key, name, text, url)\nfetched from the ScanCode LicenseDB or DejaCode API.', 'signature': 'def pre_process_and_fetch_license_dict(abouts, from_check=False, api_url=None, api...
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': '_makeTags@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>{'name': 'countedArray@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'descript...
0
{'name': 'copy@tessera-server/tasks.py', 'description': 'Copy a dashboard (via API) between two running Tessera instances.\n\n:param str source_id:\n Source dashboard ID, e.g. if copying a dashboard that lives at\n ``http://mytessera.com/dashboards/123``, this would simply be ``123``.\n\n:param str source_uri:\n ...
0
{'name': 'mat2d.set_row_strlabs@src/python_scripts/afnipy/lib_mat2d_base.py', 'description': 'input a list of strings; must match number of mat rows', 'signature': 'def set_row_strlabs(self, L):'}</s>{'name': 'read_json_file@src/python_scripts/afnipy/afni_util.py', 'description': 'DOCSTRING', 'code': "def read_json_fil...
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': 'FrameUtilsTestCase.test_frame_utils@tools/lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/TestFrameUtils.py', 'description': 'Test utility functions for the frame object.', 'signature': 'def test_frame_utils(self):'}</s>{'name': 'get_line_numbers@tools/lldb/packages/Python/lldbsuite/test/lldbuti...
0
{'name': 'split@tools/gfx/gfx.py', 'description': 'Split a list by length.', 'signature': 'def split(list_, interval):'}</s>{'name': 'hex_dump@tools/gfx/gfx.py', 'description': 'just use hexdump -C', 'code': 'def hex_dump(data, length=0x10):\n """\n just use hexdump -C\n """\n margin = len(\'%x\' % len(data...
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': 'checkout_java_acc@dev-support/checkcompatibility.py', 'description': "Check out the Java API Compliance Checker. If 'force' is true, will\nre-download even if the directory exists. ", 'signature': 'def checkout_java_acc(force):'}</s>{'name': 'get_git_hash@dev-support/checkcompatibility.py', 'description': "Co...
0
{'name': 'openLabJack@src/LabJackPython.py', 'description': 'openLabJack(deviceType, connectionType, firstFound = True, pAddress = 1, LJSocket = None)\n\nNote: On Windows, UE9 over Ethernet, pAddress MUST be the IP address. ', 'signature': 'def openLabJack(deviceType, connectionType, firstFound = True, pAddress = None,...
0
{'name': 'ISO3166Utils.short2full@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'Convert an ISO 3166-2 country code to the corresponding full name', 'signature': 'def short2full(cls, code):'}</s>{'name': 'get_elements_by_attribute@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'Re...
0
{'name': 'create_from_topology@src/evengsdk/cli/lab/commands.py', 'description': 'Create a new lab\n\n\x08\nExamples:\n eveng lab create-from-topology --topology examples/test_topology.yml', 'signature': 'def create_from_topology(ctx, topology, template_dir):'}</s>{'name': 'create_p2p_links@src/evengsdk/cli/lab/comm...
1
{'name': 'trim@bioframe/ops.py', 'description': "Trim each interval to fall within regions specified in the viewframe 'view_df'.\n\nIntervals that fall outside of view regions are replaced with nulls.\nIf no 'view_df' is provided, intervals are truncated at zero to avoid\n negative values.\n\nParameters\n----------\...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRCN_DISABLED = 3
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': 'about@app/views.py', 'description': 'about view', 'signature': 'def about(request):'}</s>ALL_TAGS = "ALL_TAGS"
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQMF_REJECT_UNSUP_MASK = 4095
0
{'name': 'test_factory_import_directory_correct_arguments@elpis/transformer/test_transformer.py', 'description': 'Test if the import_directory decorator raises an error when the arguments of\nthe decorated function are not correct.', 'signature': 'def test_factory_import_directory_correct_arguments(tdtaf):'}</s>{'name'...
0
{'name': 'geticmptypebynumber@pf/_utils.py', 'description': 'Return the ICMP type as a string.', 'signature': 'def geticmptypebynumber(type, af):'}</s>ICMP_PHOTURIS_AUTH_FAILED = 2
0
{'name': 'openLabJack@src/LabJackPython.py', 'description': 'openLabJack(deviceType, connectionType, firstFound = True, pAddress = 1, LJSocket = None)\n\nNote: On Windows, UE9 over Ethernet, pAddress MUST be the IP address. ', 'signature': 'def openLabJack(deviceType, connectionType, firstFound = True, pAddress = None,...
0
{'name': 'ELM._ranking@hpelm/elm.py', 'description': 'Return ranking of hidden neurons; random or OP.\n\nArgs:\n L (int): number of neurons\n H (matrix): hidden layer representation matrix needed for optimal pruning\n T (matrix): outputs matrix needed for optimal pruning\n\nReturns:\n rank (vector): ranking...
1
{'name': 'OtelSparkSubmitOperator.execute@examples/spark-opentelemetry/dag.py', 'description': 'Call the SparkSubmitHook to run the provided spark job', 'signature': 'def execute(self, context: AirflowContext):'}</s>spark = OtelSparkSubmitOperator( task_id='fetch_csv_from_s3_and_update_postgres', dag=dag, c...
0
{'name': 'graph2binary@modisco/cluster/phenograph/core.py', 'description': 'Write (weighted) graph to binary file filename.bin\n:param filename:\n:param graph:\n:return None: graph is written to filename.bin', 'signature': 'def graph2binary(filename, graph):'}</s>{'name': 'runlouvain@modisco/cluster/phenograph/core.py'...
0
{'name': 'set_jwst_to_hst_keywords@grizli/jwst_utils.py', 'description': 'Make primary header look like an HST instrument\n\nParameters\n----------\ninput : str, `~astropy.io.fits.HDUList`\n Filename or FITS HDUList object to modify.\n\nreset : bool\n Reset original JWST keywords to their original values.\n\nverb...
0
{'name': 'Connection.write@aiosonic/connection.py', 'description': 'Write data to the socket.\n\nArgs:\n data (bytes): The data to write to the socket.\n\nRaises:\n MissingWriterException: If the writer is not set.', 'signature': 'def write(self, data: bytes):'}</s>{'name': 'MissingWriterException@aiosonic/except...
1
{'name': 'conn@PythonApplication1/自己的小练习/JD小组开发/readFileTable.py', 'description': "# 现代化的数据库链接方式\n# pymssql.create_engine是数据库引擎\n# ('mysql+mysqldb://root:password@localhost:3306/databasename?charset=utf8')的解释\n# mysql是要用的数据库\n# mysqldb是需要用的接口程序\n# root是数据库账户\n# password是数据库密码\n# localhost是数据库所在服务器的地址,这里是本机\n# 3306是mysq...
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': 'DarwinLogEventBasedTestBase.do_test@lldb/packages/Python/lldbsuite/test/darwin_log.py', 'description': 'Runs the test inferior, returning collected events.\n\nThis method runs the test inferior to the first breakpoint hit.\nIt then adds a listener for structured data events, and collects\nall events from that...
0
{'name': 'flatten@rans.py', 'description': 'Flatten a rANS message into a 1d numpy array.', 'signature': 'def flatten(msg):'}</s>head_min = 1 << head_precision - tail_precision
0
{'name': 'genesets@pipelines/pipeline_scxl.py', 'description': 'Intermediate target to run geneset tasks', 'signature': 'def genesets(infile, outfile):'}</s>{'name': 'plotGroupNumbers@pipelines/pipeline_scxl.py', 'description': 'Plot statistics on cells by group, e.g. numbers of cells per cluster.\n\nPlots are defined ...
0
{'name': 'profile_dump@lib/charliecloud.py', 'description': 'If profiling, dump the profile data.', 'signature': 'def profile_dump():'}</s>{'name': 'ERROR@lib/charliecloud.py', 'description': 'DOCSTRING', 'code': 'def ERROR(msg, hint=None, trace=None, **kwargs):\n log(msg, hint, trace, "1;31m", "error: ", **kwargs)'}
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': 'circos_labels@nxviz/annotate.py', 'description': 'Annotate node labels for circos plot.', 'signature': 'def circos_labels('}</s>{'name': 'ordinal_color_func@nxviz/encodings.py', 'description': 'Return RGB corresponding to an ordinal value.\n\n## Parameters\n\n- `val`: Value to convert to RGBA\n- `cmap`: A Mat...
0
{'name': 'ParseArguments@llvm-12.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'sign...
0