text string | label int64 |
|---|---|
{'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': 'Metar._handleWind@metar/Metar.py', 'description': 'Parse the wind and variable-wind groups.\n\nThe following attributes are set:\n wind_dir [direction]\n wind_speed [speed]\n wind_gust [speed]\n wind_dir_from [int]\n wind_dir_to [int]', 'signature': 'def _... | 0 |
{'name': 'createInstanceAgent@BlendNet/providers/aws/__init__.py', 'description': 'Creating a new instance for BlendNet Agent', 'signature': 'def createInstanceAgent(cfg):'}</s>{'name': 'uploadFileToStorage@BlendNet/providers/aws/__init__.py', 'description': 'Upload file to the bucket', 'code': 'def uploadFileToStorage... | 0 |
{'name': 'Menu.select_option@library/dot3k/menu.py', 'description': 'Navigate into, or handle selected menu option accordingly', 'signature': 'def select_option(self):'}</s>{'name': 'Menu@library/dot3k/menu.py', 'description': 'This class accepts a list of menu items,\nEach key corresponds to a text item displayed on t... | 1 |
{'name': 'InitiatorConnector.factory@os_brick/initiator/connector.py', 'description': 'Build a Connector object based upon protocol and architecture.', 'signature': 'def factory(protocol, root_helper, driver=None,'}</s>{'name': 'InvalidParameterValue@os_brick/exception.py', 'description': 'DOCSTRING', 'base_classes': [... | 0 |
{'name': 'run_gss@tools/spritemaker.py', 'description': 'Generates static sprites, and alises\n\nIN:\n quiet - supresses menus and stdout\n sp_per_file - max number of sprites allowed per file', 'signature': 'def run_gss(sprite_db, sprite_db_keys, quiet=False, sp_per_file=500):'}</s>MSG_OVERWRITE = "This will ove... | 1 |
{'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': 'PostgresNode.dump@testgres/node.py', 'description': 'Dump database into a file using pg_dump.\nNOTE: the file is not removed automatically.\n\nArgs:\n filename: database dump taken by pg_dump.\n dbname: database name to connect to.\n username: database user name.\n format: format argument plain/cu... | 0 |
{'name': 'Hashing.encode_image@imagededup/methods/hashing.py', 'description': "Generate hash for a single image.\n\nArgs:\n image_file: Path to the image file.\n image_array: Optional, used instead of image_file. Image typecast to numpy array.\n\nReturns:\n hash: A 16 character hexadecimal string hash for the ... | 0 |
{'name': 'train@src/train.py', 'description': 'Trains the model\n\n:param config:\n:return:', 'signature': 'def train(config):'}</s>{'name': 'NumpyEncoder@src/utils/util.py', 'description': 'Special json encoder for numpy types ', 'base_classes': ['json.JSONEncoder'], 'methods': [{'name': 'NumpyEncoder.default@src/util... | 1 |
{'name': 'apply_styling@jupyter_sphinx/ast.py', 'description': 'Change the cell node appearance, according to its settings.', 'signature': 'def apply_styling(node, thebe_config):'}</s>{'name': 'JupyterCellNode@jupyter_sphinx/ast.py', 'description': 'Inserted into doctree wherever a JupyterCell directive is encountered.... | 0 |
{'name': 'report@libratom/cli/subcommands.py', 'description': 'Click sub command function called by `ratom report`', 'signature': 'def report('}</s>{'name': 'emldump@libratom/cli/subcommands.py', 'description': 'Generate .eml files from pst/mbox files.', 'code': 'def emldump(out: Path, location: Path, src: Path) -> int... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_RECS_PRESENT_ERROR = 2154 | 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... | 1 |
{'name': 'getVersion@redfish_service_validator/helper.py', 'description': 'getVersion\n\nGives version stripped from type/namespace string, if possible\n\n:param string: A type/namespace string\n:type string: str', 'signature': 'def getVersion(string: str):'}</s>versionpattern = "v[0-9]+_[0-9]+_[0-9]+" | 1 |
{'name': 'scnym_predict@scnym/api.py', 'description': 'Predict cell identities using an scNym model.\n\nParameters\n----------\nadata : AnnData\n [Cells, Genes] experiment containing annotated\n cells to train on.\nconfig : dict\n configuration options.\n\nReturns\n-------\nNone. Adds `adata.obs[config["key_ad... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCMD_INQUIRE_Q_MGR = 2 | 0 |
{'name': 'test_repr@voluptuous/tests/tests.py', 'description': 'Verify that __repr__ returns valid Python expressions', 'signature': 'def test_repr():'}</s>{'name': 'Exclusive@voluptuous/schema_builder.py', 'description': 'Mark a node in the schema as exclusive.\n\nExclusive keys inherited from Optional:\n\n>>> schema ... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQCMDI_SEC_UPPERCASE = 21 | 0 |
{'name': 'create_eval_input_fn@object_detection/inputs.py', 'description': 'Creates an eval `input` function for `Estimator`.\n\nArgs:\n eval_config: An eval_pb2.EvalConfig.\n eval_input_config: An input_reader_pb2.InputReader.\n model_config: A model_pb2.DetectionModel.\n\nReturns:\n `input_fn` for `Estimator` in ... | 0 |
{'name': 'pollardLambda@2020/Crypto/bakflip/Admin/exploit.py', 'description': 'input\n@Y: Pubkey\n@G: Generator\n@d: Msbits for recovered secret_multiplier\n\nOUTPUT\n@secret_multiplier as the output of pollardLambda algo.', 'signature': 'def pollardLambda(Y: Point, G: Point, d: int, lsb_mask: int) -> int:'}</s>HASH = ... | 0 |
{'name': '_Printer._FieldToJsonObject@python/google/protobuf/json_format.py', 'description': 'Converts field value according to Proto3 JSON Specification.', 'signature': 'def _FieldToJsonObject(self, field, value):'}</s>TYPE_TO_DECODER = {
_FieldDescriptor.TYPE_DOUBLE: decoder.DoubleDecoder,
_FieldDescriptor.TY... | 0 |
{'name': 'gen_data@PythonApplication1/deeplearning/examples/recurrent.py', 'description': 'Generate a batch of sequences for the "add" task, e.g. the target for the\nfollowing\n\n``| 0.5 | 0.7 | 0.3 | 0.1 | 0.2 | ... | 0.5 | 0.9 | ... | 0.8 | 0.2 |\n | 0 | 0 | 1 | 0 | 0 | | 0 | 1 | | 0 | 0 |`... | 0 |
{'name': 'subclasses_wrapper@didyoumean/didyoumean_internal.py', 'description': 'Wrapper around __subclass__ as it is not as easy as it should.', 'signature': 'def subclasses_wrapper(klass):'}</s>{'name': 'suggest_future_feature@didyoumean/didyoumean_internal.py', 'description': 'Get suggestions in case of FUTURE_FEATU... | 0 |
{'name': 'test_second_hoisted_setting_is_applied@test/io/test_io.py', 'description': 'test that statement_timeout is applied and work_mem is not applied', 'signature': 'def test_second_hoisted_setting_is_applied(defaultenv):'}</s>{'name': 'jwtauthheader@test/io/util.py', 'description': 'Authorization header with signed... | 0 |
{'name': 'TestFillingCustomFields.test_uses_generator_function_for_custom_foreignkey@tests/test_filling_fields.py', 'description': 'Should use the generator function passed as a value for the add method', 'signature': 'def test_uses_generator_function_for_custom_foreignkey(self, custom_cfg):'}</s>{'name': 'filter_rel_a... | 0 |
{'name': 'dl_database@wfdb/io/record.py', 'description': "Download WFDB record (and optionally annotation) files from a\nPhysioNet database. The database must contain a 'RECORDS' file in\nits base directory which lists its WFDB records.\n\nParameters\n----------\ndb_dir : str\n The PhysioNet database directory to do... | 0 |
{'name': 'set_M4A_data@ytmdl/song.py', 'description': 'Set the tags in the m4a file passed.', 'signature': 'def set_M4A_data(song, song_path):'}</s>{'name': 'dwCover@ytmdl/song.py', 'description': 'Download the song cover img from itunes.', 'code': 'def dwCover(song):\n """Download the song cover img from itunes."""... | 1 |
{'name': 'processPEreads@amptk/process_illumina_folder.py', 'description': 'function for multiprocessing of the data, so take file list as input, need global forward/reverse list available', 'signature': 'def processPEreads(input, args=False):'}</s>{'name': 'parseMappingFile@amptk/amptklib.py', 'description': 'function... | 0 |
{'name': 'PVPCData.attribution@aiopvpc/pvpc_data.py', 'description': 'Return data-source attribution string.', 'signature': 'def attribution(self) -> str:'}</s>DEFAULT_POWER_KW = 3.3 | 0 |
{'name': 'Region.__add__@polytope/polytope.py', 'description': 'Return union with Polytope or Region.\n\nApplies convex simplification if possible.\nTo turn off this check,\nuse Region.union\n\n@type other: L{Polytope} or L{Region}\n@rtype: L{Region}', 'signature': 'def __add__(self, other):'}</s>{'name': 'enumerate_in... | 0 |
{'name': 'model@model_postM_invoice.py', 'description': '@@param:img,\n@@param:ifadjustDegree 调整文字识别倾斜角度\n@@param:detectAngle,是否检测文字朝向', 'signature': 'def model(img, detectAngle=False, config={}, leftAdjust=False, rightAdjust=False, alph=0.2):'}</s>ocrFlag = "torch" | 0 |
{'name': 'GefCommand.load_extra_plugins@gef.py', 'description': 'Load the plugins from the gef-extras setting. Returns the number of new plugins added.', 'signature': 'def load_extra_plugins(self, extra_plugins_dir: pathlib.Path | None = None) -> int:'}</s>{'name': 'ok@gef.py', 'description': 'DOCSTRING', 'code': 'def ... | 1 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQBMHO_NONE = 0 | 0 |
{'name': 'scale_matrix@utils/transformations.py', 'description': 'Return matrix to scale by factor around origin in direction.\n\nUse factor -1 for point symmetry.\n\n>>> v = (numpy.random.rand(4, 5) - 0.5) * 20\n>>> v[3] = 1\n>>> S = scale_matrix(-1.234)\n>>> numpy.allclose(numpy.dot(S, v)[:3], -1.234*v[:3])\nTrue\n>>... | 0 |
{'name': 'ReachabilityAlgorithm.compute_parameterization@toppra/algorithm/reachabilitybased/reachability_algorithm.py', 'description': 'Compute a path parameterization.\n\nIf fail, whether because there is no valid parameterization or\nbecause of numerical error, the arrays returns should contain\nnp.nan.\n\nParameters... | 1 |
{'name': 'gen_invalid_vectors@contrib/testgen/gen_base58_test_vectors.py', 'description': 'Generate invalid test vectors', 'signature': 'def gen_invalid_vectors():'}</s>SCRIPT_ADDRESS = 5 | 0 |
{'name': 'Chat.start@twitchAPI/chat/__init__.py', 'description': 'Start the Chat Client\n\n:raises RuntimeError: if already started', 'signature': 'def start(self) -> None:'}</s>{'name': 'Chat@twitchAPI/chat/__init__.py', 'description': 'The chat bot instance', 'base_classes': [], 'methods': [{'name': 'Chat.__init__@tw... | 1 |
{'name': 'csrgraph.ggvec@csrgraph/graph.py', 'description': 'GGVec: Fast global first (and higher) order local embeddings.\n\nThis algorithm directly minimizes related nodes\' distances.\nIt uses a relaxation pass (negative sample) + contraction pass (loss minimization)\nTo find stable embeddings based on the minimal d... | 0 |
{'name': 'TestEmbeddedDocumentField.test__parent__init__method_included_in_init_chain@tests/test_db_fields.py', 'description': 'Test to protect from accidental incorrect __init__ method overwrite.', 'signature': 'def test__parent__init__method_included_in_init_chain(self, db, mocker):'}</s>{'name': 'MapField@flask_mong... | 0 |
{'name': 'process_options@src/python_scripts/scripts/uber_subject.py', 'description': 'return status and VarsObject structs of subject and control variables\n\n - given list of valid options, read and process the user options\n - if terminal option or -no_gui, return 0 (successful quit)\n\nreturn 1 : on success and ... | 0 |
{'name': 'get_session_over_time@onnxruntime/python/tools/tensorrt/perf/post.py', 'description': 'Returns a new Pandas table with data that tracks the session creation times of model/EP combinations over time.\n\n:param session_table: The Pandas table containing per model/EP session creation times with the schema:\n ... | 0 |
{'name': 'FairseqTask.build_generator@fairseq/tasks/fairseq_task.py', 'description': 'Build a :class:`~fairseq.SequenceGenerator` instance for this\ntask.\n\nArgs:\n models (List[~fairseq.models.FairseqModel]): ensemble of models\n args (fairseq.dataclass.configs.GenerationConfig):\n configuration object (... | 0 |
{'name': 'convert_inputs_to_datetimes@transit-network-analysis-tools/AnalysisHelpers.py', 'description': 'Parse start and end day and time from tool inputs and convert them to datetimes.', 'signature': 'def convert_inputs_to_datetimes(start_day_input, end_day_input, start_time_input, end_time_input):'}</s>{'name': 'get... | 0 |
{'name': 'VersionNegotiationMixin.negotiate_version@ironicclient/common/http.py', 'description': 'Negotiate the server version\n\nAssumption: Called after receiving a 406 error when doing a request.\n\n:param conn: A connection object\n:param resp: The response object from http request', 'signature': 'def negotiate_ver... | 1 |
{'name': 'replace@yaql/standard_library/date_time.py', 'description': ':yaql:replace\n\nReturns datetime object with applied replacements.\n\n:signature: dt.replace(year => null, month => null, day => null,\n hour => null, minute => null, second => null,\n microsecond => null... | 0 |
{'name': 'plot_sounding_axes@pymeteo/skewt.py', 'description': 'Plots Skew-T/Log-P axes\n\nThis will plot isotherms, isobars, dry and moist adiabats, \nlines of constant water vapor mixing ratio, labels and \nsetup the y axes to be reversed.\n\n:paramter axes: The axes to draw on', 'signature': 'def plot_sounding_axes(... | 0 |
{'name': 'from_si@wntr/epanet/util.py', 'description': "Convert an EPANET parameter from SI standard units back to internal units.\n\n.. note:: \n\n See the `Units <../units.html>`__ page for details on the units for each :class:`~HydParam` or :class:`~QualParam`.\n Other than for flows, most parameters only have... | 1 |
{'name': 'ConfigObj._parse@BlDevCube/lib.bflb_configobj.pyc.py', 'description': 'Actually parse the config file.', 'signature': 'def _parse(self, infile):'}</s>{'name': 'NestingError@BlDevCube/lib.bflb_configobj.pyc.py', 'description': 'DOCSTRING', 'base_classes': ['ConfigObjError'], 'methods': []} | 1 |
{'name': 'GeoQuerySet.tile@spillway/query.py', 'description': 'Returns a GeoQuerySet intersecting a tile boundary.\n\nArguments:\nbbox -- tile extent as geometry\nKeyword args:\nz -- tile zoom level used as basis for geometry simplification\nformat -- vector tile format as str (pbf, geojson)\nclip -- clip geometries to... | 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': 'validateURL@src/feedvalidator/__init__.py', 'description': 'validate RSS from URL, returns events list, or (events, rawdata) tuple', 'signature': 'def validateURL(url, firstOccurrenceOnly=1, wantRawData=0):'}</s>{'name': 'InvalidOutlineVersion@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_c... | 0 |
{'name': 'handle_backlog@tools/cloud_functions/gcs_event_based_ingest/gcs_ocn_bq_ingest/common/ordering.py', 'description': 'submit the next item in the _backlog if it is non-empty or clean up the\n_BACKFILL and _bqlock files.\nArgs:\n gcs_client: storage.Client\n bq_client: bigquery.Client\n bkt: storage.Buck... | 0 |
{'name': 'detect_classifier@sklearn_pmml_model/auto_detect/base.py', 'description': 'Detect the type of classifier in line if present.\n\nParameters\n----------\nline : str, bytes\n Line of a PMML file as a string.\n\npmml : str, object\n Filename or file object containing PMML data.', 'signature': 'def detect_cl... | 1 |
{'name': 'Scanner.get_notes_by_version@reno/scanner.py', 'description': 'Return an OrderedDict mapping versions to lists of notes files.\n\nThe versions are presented in reverse chronological order.\n\nNotes files are associated with the earliest version for which\nthey were available, regardless of whether they change... | 1 |
{'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': '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>font_texture = dvz.dvz_font_texture | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQAT_OS2 = 4 | 0 |
{'name': 'takePano@source/pi-timolo.py', 'description': 'Take a series of overlapping images using pantilt at specified PANO_CAM_STOPS\nthen attempt to stitch the images into one panoramic image. Note this\nwill take time so depending on number of cpu cores and speed. The PANO_TIMER\nshould be set to avoid multiple sti... | 0 |
{'name': 'func@python/taichi/lang/kernel_impl.py', 'description': 'Marks a function as callable in Taichi-scope.\n\nThis decorator transforms a Python function into a Taichi one. Taichi\nwill JIT compile it into native instructions.\n\nArgs:\n fn (Callable): The Python function to be decorated\n is_real_function ... | 0 |
{'name': 'write@code/html/generate_static_website.py', 'description': 'Writes a generated HTML page to a file, but checks with a HTML parser before.\n:param text:\n:param file:', 'signature': 'def write(text, path):'}</s>valid_fields = ('File', 'Title') + valid_properties + ('Note', 'Building') | 0 |
{'name': 'AttachResumeTestCase.process_attach_continue_interrupt_detach@llvm-12.0.0-project/lldb/test/API/commands/process/attach-resume/TestAttachResume.py', 'description': 'Test attach/continue/interrupt/detach', 'signature': 'def process_attach_continue_interrupt_detach(self):'}</s>_re_pattern_type = type(re.compile... | 0 |
{'name': 'TestMibSnimpy.testGet@tests/test_mib.py', 'description': 'Test that we can get all named attributes', 'signature': 'def testGet(self):'}</s>_lastError = None | 0 |
{'name': 'KIDMetric.extract_real_features@metrics/kid.py', 'description': 'Extracts inception features from real data.', 'signature': 'def extract_real_features(self, data_loader):'}</s>{'name': 'get_cache_dir@utils/misc.py', 'description': 'Gets the global cache directory.\n\nThe global cache directory is primarily se... | 1 |
{'name': 'build_label_dictionary@versions/2022/datasets/python/label_utils.py', 'description': 'Build a dict with key=filename, value=[box coords, class]', 'signature': 'def build_label_dictionary(path):'}</s>{'name': 'index2class@versions/2022/datasets/python/label_utils.py', 'description': 'Convert index (int) to cla... | 0 |
{'name': 'TestManager.test_custom_manager2@modeltranslation/tests/tests.py', 'description': 'Test if user-defined queryset is still working', 'signature': 'def test_custom_manager2(self):'}</s>{'name': 'fallbacks@modeltranslation/utils.py', 'description': "Temporarily switch all language fallbacks on or off.\n\nExample... | 0 |
{'name': 'FixedTablot.compute_s@torchlaplace/inverse_laplace.py', 'description': 'Computes :math:`\\mathbf{s}` to evaluate the Laplace representation :math:`\\mathbf{F}(\\mathbf{s})` at, from the input time points :math:`t`, using the selected ILT algorithm.\n\nArgs:\n ti (Tensor): time points to reconstruct traject... | 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': 'register_architecture@gef.py', 'description': 'DOCSTRING', 'code': 'def register_architecture(cls: Type["Arc... | 0 |
{'name': 'waveshow@librosa/display.py', 'description': 'Visualize a waveform in the time domain.\n\nThis function constructs a plot which adaptively switches between a raw\nsamples-based view of the signal (`matplotlib.pyplot.step`) and an\namplitude-envelope view of the signal (`matplotlib.pyplot.fill_between`)\ndepen... | 1 |
{'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': 'main@vaxrank/cli.py', 'description': 'Script to generate vaccine peptide predictions from somatic cancer variants,\npatient HLA type, and tumor RNA-seq data.\n\nExample usage:\n vaxrank\n --vcf somatic.vcf --bam rnaseq.bam --vaccine-peptide-length 25 --output-csv ... | 1 |
{'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... | 1 |
{'name': 'Client.__init__@SalesforcePy/sfdc.py', 'description': 'Constructor.\n\n:Parameters:\n - `*username` (`string`) - Salesforce username.\n - `*password` (`string`) - Salesforce password.\n - `*login_url` (`string`) - Salesforce login URL.\n - `*client_id` (`string`) - Salesforce client ID.\n - `*c... | 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': 'TarFile.gettarinfo@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_vendor/distlib/_backport/tarfile.py', 'description': "Create a TarInfo object for either the file `name' or the file\nobject `fileobj' (using os.fstat on its file descriptor). You can\nmodify some of the TarInfo's attributes before you add it... | 0 |
{'name': 'ProcessFileData@scripts/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 ... | 0 |
{'name': 'eval_seq@track.py', 'description': 'Processes the video sequence given and provides the output of tracking result (write the results in video file)\n\nIt uses JDE model for getting information about the online targets present.\n\nParameters\n----------\nopt : Namespace\n Contains information passed as co... | 0 |
{'name': 'create_dataset_pairwise@data_loader.py', 'description': ' This file is meant to create data for core-chain ranking ONLY.\n\n:param file: id_big_data file\n:param max_sequence_length: for padding/cropping\n:param relations: the relations file to backtrack and look up shit.\n:return:\n\nschema decides the ki... | 0 |
{'name': 'get_instantiation_lines@config/instantiation_file.py', 'description': 'Generate the lines for a C++ file that instantiates a configuration.', 'signature': 'def get_instantiation_lines(cores, caches, ptws, pmem, vmem, build_id):'}</s>{'name': 'wrap_list@config/util.py', 'description': 'Wrap the given element i... | 0 |
{'name': '_generate_tree_leaf@src/backend/api/utils/file_utils.py', 'description': 'Recursive function that generates a tree leaf from parts\n\n@param branches: list(dict({\n title,\n children,\n hash,\n isLeaf,\n}))\n@param parts: list(str)\n@param md5chksum: str', 'signature': 'def _generate_tree_leaf(bra... | 0 |
{'name': 'PFOp._to_string@pf/rule.py', 'description': 'Return the string representation of the operation.', 'signature': 'def _to_string(self):'}</s>ICMP_REDIRECT = 5 | 0 |
{'name': 'Beeline.send_now@beeline/__init__.py', 'description': 'DEPRECATED - to be removed in a future release\n\nCreate an event and enqueue it immediately. Does not work with\n`beeline.add_field` - this is equivalent to calling `libhoney.send_now`', 'signature': 'def send_now(self, data):'}</s>{'name': 'log@beeline/... | 0 |
{'name': 'ReplaceByFeeTest.test_too_many_replacements@qa/rpc-tests/replace-by-fee.py', 'description': 'Replacements that evict too many transactions are rejected', 'signature': 'def test_too_many_replacements(self):'}</s>OP_NIP = CScriptOp(0x77) | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQOT_RECEIVER_CHANNEL = 1010 | 0 |
{'name': 'PFDivert._to_string@pf/rule.py', 'description': 'Return a string representation of the object.', 'signature': 'def _to_string(self):'}</s>{'name': 'pf_queue_fqspec@pf/_struct.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []} | 0 |
{'name': 'TLP.get_lower_address@fpga/lib/pcie/tb/pcie.py', 'description': 'Compute lower address field from address and first byte enable', 'signature': 'def get_lower_address(self):'}</s>TLP_SWAP = (FMT_3DW_DATA, 0x0D) | 0 |
{'name': 'main@ytmdl/main.py', 'description': 'Run on program call.', 'signature': 'def main(args):'}</s>{'name': 'GIVE_DEFAULT@ytmdl/setupConfig.py', 'description': 'Check if the user has uncommented the config and added something.\n\nIf possible get what is changed, else return the default value.', 'code': 'def GIVE_... | 0 |
{'name': 'CheckForNewlineAtEOF@third_party/cpplint/cpplint.py', 'description': 'Logs an error if there is no newline char at the end of the file.\n\nArgs:\n filename: The name of the current file.\n lines: An array of strings, each representing a line of the file.\n error: The function to call with any errors found.... | 0 |
{'name': 'RemoveKernelSpec.parse_command_line@jupyter_client/kernelspecapp.py', 'description': 'Parse the command line args.', 'signature': 'def parse_command_line(self, argv: list[str] | None) -> None: # type:ignore[override]'}</s>{'name': 'ListProvisioners@jupyter_client/kernelspecapp.py', 'description': 'An app to ... | 0 |
{'name': '_EnumDict.__setitem__@plugins/sublime/enum-dist/enum/__init__.py', 'description': 'Changes anything not dundered or not a descriptor.\n\nIf a descriptor is added with the same name as an enum member, the name\nis removed from _member_names (this may leave a hole in the numerical\nsequence of values).\n\nIf an... | 0 |
{'name': 'TemplateFactory._processDropper2Template@src/modules/templates/template_factory.py', 'description': 'Generate DROPPER2 template for VBA and VBS based ', 'signature': 'def _processDropper2Template(self):'}</s>{'name': 'extractWordInString@src/common/utils.py', 'description': 'Extract word (space separated ) at... | 0 |
{'name': 'BertPreTrainedModel.from_pretrained@pytorch_pretrained_bert/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 w... | 0 |
{'name': 'csrgraph.ggvec@csrgraph/graph.py', 'description': 'GGVec: Fast global first (and higher) order local embeddings.\n\nThis algorithm directly minimizes related nodes\' distances.\nIt uses a relaxation pass (negative sample) + contraction pass (loss minimization)\nTo find stable embeddings based on the minimal d... | 0 |
{'name': 'Anki.list_cards@src/apyanki/anki.py', 'description': 'List cards that match a query', 'signature': 'def list_cards(self, query: str, opts_display: dict[str, bool]) -> None:'}</s>{'name': 'get_due_days@src/apyanki/cards.py', 'description': 'Get number of days until card is due', 'code': 'def get_due_days(card:... | 0 |
{'name': 'Session.prepare_request@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/sessions.py', 'description': "Constructs a :class:`PreparedRequest <PreparedRequest>` for\ntransmission and returns it. The :class:`PreparedRequest` has settings\nmerged from the :class:`Request <Request>` instance an... | 0 |
{'name': 'Constraint.lhs@linopy/constraints.py', 'description': 'Get the left-hand-side linear expression of the constraint.\n\nThe function raises an error in case no model is set as a\nreference.', 'signature': 'def lhs(self) -> expressions.LinearExpression:'}</s>logger = logging.getLogger(__name__) | 0 |
{'name': 'cleanup_mems@panoramix/simplify.py', 'description': "for every setmem, replace future occurences of it with it's value,\nif possible", 'signature': 'def cleanup_mems(trace):'}</s>{'name': '_max_op@panoramix/core/algebra.py', 'description': 'DOCSTRING', 'code': 'def _max_op(base, what):\n # compares base wi... | 0 |
{'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': 'IsoBinned@IsoSpecPy/IsoSpecPy.py', 'description': 'Initialize the IsoDistribution isotopic distribution by total probability.\n\nArgs:\n no_molecules (uint): ionic current in instrument\n formula (str): a chemical formula, e.g. "C2H6O1" or "C2H6O".\n precision (float): passed to IsoTotalProbGenerator... | 0 |
{'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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.