text string | label int64 |
|---|---|
{'name': '_generate_unique_filename@vendor/attr/_make.py', 'description': 'Create a "filename" suitable for a function being generated.', 'signature': 'def _generate_unique_filename(cls, func_name):'}</s>{'name': 'NotAnAttrsClassError@vendor/attr/exceptions.py', 'description': 'A non-``attrs`` class has been passed int... | 0 |
{'name': 'Matrix.cast@python/taichi/lang/matrix.py', 'description': 'Cast the matrix elements to a specified data type.\n\nArgs:\n dtype (:mod:`~taichi.types.primitive_types`): data type of the\n returned matrix.\n\nReturns:\n :class:`taichi.Matrix`: A new matrix with the specified data dtype.\n\nExample::... | 0 |
{'name': 'train@ddparser/run.py', 'description': 'Train', 'signature': 'def train(env):'}</s>{'name': 'evaluate@ddparser/run.py', 'description': 'Evaluate', 'code': 'def evaluate(env):\n """Evaluate"""\n args = env.args\n puncts = dygraph.to_variable(env.puncts, zero_copy=False)\n\n logging.info("Load the d... | 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': 'GlacierDirectory.__init__@oggm/utils/_workflow.py', 'description': "Creates a new directory or opens an existing one.\n\nParameters\n----------\nrgi_entity : a ``geopandas.GeoSeries`` or str\n glacier entity read from the shapefile (or a valid RGI ID if the\n directory exists)\nbase_dir : str\n path ... | 1 |
{'name': 'occurrence_view@swingtime/views.py', 'description': 'View a specific occurrence and optionally handle any updates.\n\nContext parameters:\n\n``occurrence``\n the occurrence object keyed by ``pk``\n\n``form``\n a form object for updating the occurrence', 'signature': 'def occurrence_view('}</s>{'name': '... | 1 |
{'name': 'IntegratedGradient.get_top_features_from_gradients@scnym/interpret.py', 'description': 'Get the top features from a set of pre-computed integrated\ngradients.\n\nParameters\n----------\ntarget_class : str\n target class with gradients stored in `self.grads_for_class[target_class]`.\ngradients : pd.DataFram... | 0 |
{'name': 'AdbDevice._clse@adb_shell/adb_device.py', 'description': "Send a ``b'CLSE'`` message and then read a ``b'CLSE'`` message.\n\n.. warning::\n\n This is not to be confused with the :meth:`AdbDevice.close` method!\n\n\nParameters\n----------\nadb_info : _AdbTransactionInfo\n Info and settings for this ADB tr... | 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': 'EnumMeta._create_@plugins/sublime/enum-dist/enum/__init__.py', 'description': 'Convenience method to create a new Enum class.\n\n`names` can be:\n\n* A string containing member names, separated either with spaces or\n commas. Values are auto-numbered from 1.\n* An iterable of member names. Values are auto-... | 0 |
{'name': 'test_trino_query_response_headers@tests/unit/test_client.py', 'description': 'Validates that the `TrinoQuery.execute` function can take addtional headers\nthat are pass the the provided request instance post function call and it\nreturns a `TrinoResult` instance.', 'signature': 'def test_trino_query_response_... | 0 |
{'name': 'internal_silk@scripts/build_mod_ic.py', 'description': 'Generate an internal silkscreen, with an outline of the part and a pin1\nindicator.', 'signature': 'def internal_silk(conf):'}</s>{'name': 'footprint@scripts/build_mod_ic.py', 'description': 'DOCSTRING', 'code': 'def footprint(conf):\n tedit = format(... | 0 |
{'name': 'websocket_version@custom_components/nodered/websocket.py', 'description': 'Version command.', 'signature': 'def websocket_version('}</s>CONF_SERVER_ID = "server_id" | 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': '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': 'TGRG@riskfolio/src/RiskFunctions.py', 'description': 'Calculate the Tail Gini range of a returns series.\n\nParameters\n----------\nX : 1d-array\n Returns series, must have Tx1 size.\nalpha : float, optional\n Significance level of Tail Gini of losses. The default is 0.05.\na_sim : float, optional\n ... | 0 |
{'name': 'Router._send_remote@da/sim.py', 'description': 'Forward `mesg` to remote process `dest`.\n\n ', 'signature': 'def _send_remote(self, src, dest, mesg, flags=0, transport=None, **params):'}</s>{'name': 'process_trace_header@da/sim.py', 'description': 'Verify `tracefd` is a valid trace file, return pid of... | 0 |
{'name': 'Record.to_dataframe@wfdb/io/record.py', 'description': 'Create a dataframe containing the data from this record.\n\n\nReturns\n-------\nA dataframe, with sig_name in the columns. The index is a DatetimeIndex\nif both base_date and base_time were set, otherwise a TimedeltaIndex.', 'signature': 'def to_datafram... | 0 |
{'name': 'EVPTestCase.test_load_key_string_pubkey_rsa@tests/test_evp.py', 'description': 'Testing creating a PKey instance from PEM string.', 'signature': 'def test_load_key_string_pubkey_rsa(self):'}</s>{'name': 'ECError@src/M2Crypto/EC.py', 'description': 'DOCSTRING', 'base_classes': ['Exception'], 'methods': []} | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQDCC_FILL_TARGET_BUFFER = py23long(0x00000002) | 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': 'map_async_run_loop@tools/lldb/packages/Python/lldbsuite/test/dosep.py', 'description': 'Blocks until the Pool.map_async completes and the channel completes.\n\n@param future an AsyncResult instance from a Pool.map_async() call.\n\n@param channel_map the asyncore dispatch channel map that should be pumped.\nOp... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_SYSP_MAX_CONNS = 1186 | 0 |
{'name': 'make_SEP_catalog@grizli/prep.py', 'description': "Make a catalog from drizzle products using the SEP implementation of SourceExtractor\n\nParameters\n----------\nroot : str\n Rootname of the FITS images to use for source extraction. This\n function is designed to work with the single-image products fro... | 0 |
{'name': '_build_ssd_model@object_detection/builders/model_builder.py', 'description': 'Builds an SSD detection model based on the model config.\n\nArgs:\n ssd_config: A ssd.proto object containing the config for the desired\n SSDMetaArch.\n is_training: True if this model is being built for training purposes.\n ... | 0 |
{'name': 'MessageSetItemDecoder@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/decoder.py', 'description': 'Returns a decoder for a MessageSet item.\n\nThe parameter is the message Descriptor.\n\nThe message set message looks like this:\n message MessageSet {\n repeated group Item = 1 {\n ... | 0 |
{'name': 'get_backup_properties@src/zfs_tools/zbackup.py', 'description': 'Return the backup of all filesystems, by scanning the filesystems for relevant user properties.\nOnly locally set and received properties are used; inherited properties are ignored.', 'signature': 'def get_backup_properties(zpool, options, tier... | 0 |
{'name': 'ConTextMarkup.markItem@pyConTextNLP/ConTextMarkup.py', 'description': 'markup the current text with the current item.\nIf ignoreCase is True (default), the regular expression is compiled with\nIGNORECASE.', 'signature': 'def markItem(self, item, ConTextMode="target", ignoreCase=True):'}</s>{'name': 'ConTextMa... | 1 |
{'name': 'info@ascmhl/commands.py', 'description': 'Prints information from the ASC MHL history\n\n\x08', 'signature': 'def info(verbose, single_file, root_path):'}</s>{'name': 'hash@ascmhl/commands.py', 'description': 'Create and print a hash value for a file', 'code': 'def hash(file_path, hash_format):\n """\n ... | 0 |
{'name': 'Command.run@src/PtpUploader/web/management/commands/runuploader.py', 'description': 'Run the server, using the autoreloader if needed.', 'signature': 'def run(self, **options):'}</s>logger = logging.getLogger(__name__) | 0 |
{'name': 'TimeEntrySet.all_from_reports@toggl/api/models.py', 'description': 'Method that implements fetching of all time entries through Report API.\nNo limitation on number of time entries.\n\n:param start: From when time entries should be fetched. Defaults to today - 6 days.\n:param stop: Until when time entries sho... | 0 |
{'name': 'CalculateCompositionHydrophobicity@PyBioMed/PyProtein/CTD.py', 'description': '###############################################################################################\nA method used for calculating composition descriptors based on Hydrophobicity of\n\nAADs.\n\nUsage:\n\nresult=CalculateCompositionHydr... | 0 |
{'name': 'PFState._from_struct@pf/state.py', 'description': 'Initialize class attributes from a pfsync_state structure.', 'signature': 'def _from_struct(self, s):'}</s>PF_LIMIT_MAX = 6 | 0 |
{'name': 'SyntheticDisplayBase.create_value@3rdparty/mongo-c-driver-1.26.2/lldb_bson.py', 'description': 'Cast a Python primitive into an LLDB SBValue.', 'signature': 'def create_value('}</s>{'name': '_BSONWalker@3rdparty/mongo-c-driver-1.26.2/lldb_bson.py', 'description': 'This implement document traversal in a Python... | 0 |
{'name': '_init@third_party/libassimp/port/PyAssimp/pyassimp/core.py', 'description': "Custom initialize() for C structs, adds safely accessible member functionality.\n\n:param target: set the object which receive the added methods. Useful when manipulating\npointers, to skip the intermediate 'contents' deferencing.", ... | 1 |
{'name': 'pantiltGoHome@source/pi-timolo.py', 'description': 'Move pantilt to home position. If pantilt installed then this\ncan position pantilt to a home position for consistent\nmotion tracking and timelapse camera pointing.', 'signature': 'def pantiltGoHome():'}</s>bigImageWidth = int(stream_width * bigImage) | 0 |
{'name': '_export_polytope@contrib/xml/xmlio.py', 'description': 'Builds an XML tree from a polytope.\n\n@param poly:\n polytope to export\n@return:\n `None` (if parent is not `None`), or\n an xml tree', 'signature': 'def _export_polytope('}</s>_logger = logging.getLogger(__name__) | 0 |
{'name': 'transform@support/docopt.py', 'description': 'Expand pattern into an (almost) equivalent one, but with single Either.\n\nExample: ((-a | -b) (-c | -d)) => (-a -c | -a -d | -b -c | -b -d)\nQuirks: [-a] => (-a), (-a...) => (-a -a)', 'signature': 'def transform(pattern):'}</s>{'name': 'parse_section@support/doco... | 0 |
{'name': 'diff@dictdiffer/__init__.py', 'description': "Compare two dictionary/list/set objects, and returns a diff result.\n\nReturn an iterator with differences between two objects. The diff items\nrepresent addition/deletion/change and the item value is a *deep copy*\nfrom the corresponding source or destination obj... | 1 |
{'name': 'GenerateOutput@gyp/pylib/gyp/generator/msvs.py', 'description': "Generate .sln and .vcproj files.\n\nThis is the entry point for this generator.\nArguments:\n target_list: List of target pairs: 'base/base.gyp:base'.\n target_dicts: Dict of target properties keyed on target pair.\n data: Dictionary containi... | 0 |
{'name': 'DeezerHTTPError.from_http_error@src/deezer/exceptions.py', 'description': 'Initialize the appropriate internal exception from a HTTPError.', 'signature': 'def from_http_error(cls, exc: httpx.HTTPStatusError) -> DeezerHTTPError:'}</s>{'name': 'DeezerForbiddenError@src/deezer/exceptions.py', 'description': 'A H... | 1 |
{'name': 'ProcessFileData@ament_cpplint/ament_cpplint/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, ... | 0 |
{'name': 'rollapply@ffn/core.py', 'description': 'Apply a function fn over a rolling window of size window.\n\nArgs:\n * data (Series or DataFrame): Series or DataFrame\n * window (int): Window size\n * fn (function): Function to apply over the rolling window.\n For a series, the return value is expecte... | 0 |
{'name': 'IREP._grow_ruleset_cn@wittgenstein/irep.py', 'description': 'Grow a Ruleset with (optional) pruning.', 'signature': 'def _grow_ruleset_cn(self, pos_df, neg_df, initial_model=None):'}</s>{'name': 'num_pos@wittgenstein/base_functions.py', 'description': 'Return number of instances that are labeled positive.', '... | 0 |
{'name': 'parse_content_transfer_encoding_header@src/future/backports/email/_header_value_parser.py', 'description': 'mechanism\n\n ', 'signature': 'def parse_content_transfer_encoding_header(value):'}</s>specialsre = re.compile(r'[][\\()<>@,:;".]') | 0 |
{'name': 'get_env_name@src/conda_devenv/devenv.py', 'description': ':param args:\n When the user supplies the name option in the command line this namespace have a "name"\n defined with a not `None` value and this value is returned.\n:param conda_yaml_dict:\n If supplied and not `None` then `output_filename` i... | 0 |
{'name': '_build_agg@loudml/influx.py', 'description': 'Build requested aggregation', 'signature': 'def _build_agg(feature):'}</s>{'name': 'ModelNotTrained@loudml/errors.py', 'description': 'Model not trained', 'base_classes': ['LoudMLException'], 'methods': []} | 0 |
{'name': 'IsOutOfLineMethodDefinition@tools/cpplint.py', 'description': 'Check if current line contains an out-of-line method definition.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\nReturns:\n True if current line contains an out-of-line method d... | 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': '_populate_face_centerpoints@uxarray/grid/coordinates.py', 'description': "Calculates the face centerpoints using Welzl's algorithm. It is a\nrandomized algorithm for finding the center and radius of the smallest\ncircle that encloses a set of points. It is here adapted to work on a unit\nsphere. Also, this al... | 0 |
{'name': 'test_script_types@tests/integration.py', 'description': 'test script types with empty type.', 'signature': 'def test_script_types(client):'}</s>{'name': 'test_html_bypassing@tests/integration.py', 'description': 'testing HTML route bypassing', 'code': 'def test_html_bypassing(client):\n """testing HTML rou... | 0 |
{'name': 'MethodReferenceSyntaxTest.test_method_reference_to_the_new_method_with_explict_type@baseline_tokenization/javalang/test/test_java_8_syntax.py', 'description': "test support for method references to 'new' with an\nexplicit type.", 'signature': 'def test_method_reference_to_the_new_method_with_explict_type(self... | 0 |
{'name': 'TaprootTest.gen_test_vectors@test/functional/feature_taproot.py', 'description': 'Run a scenario that corresponds (and optionally produces) to BIP341 test vectors.', 'signature': 'def gen_test_vectors(self):'}</s>ERR_TAPSCRIPT_CHECKMULTISIG = {"err_msg": "OP_CHECKMULTISIG(VERIFY) is not available in tapscript... | 0 |
{'name': 'format_pull@tools/changelog.py', 'description': 'Format pull request.', 'signature': 'def format_pull(pull):'}</s>{'name': 'get_api@tools/changelog.py', 'description': 'Get GitHub API object.', 'code': "def get_api(token, owner=ORG, name=REPO):\n 'Get GitHub API object.'\n return ghapi.all.GhApi(owner=owner... | 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': 'Hist@reference/ThinkDSP/code/thinkplot.py', 'description': "Plots a Pmf or Hist with a bar plot.\n\nThe default width of the bars is based on the minimum difference\nbetween values in the Hist. If that's too small, you can override\nit by providing a width keyword argument, in the same units\nas the values.\... | 0 |
{'name': 'TestBrierScore.test@verif/tests/test_metric.py', 'description': "These have been checked against the Brier scores in the verification R package. The 'bins'\nattribute was set to False, and the code had to be changed because it didn't work for cases\nwhere forecasts were not equal to whole 1/10ths (i.e. 0.1, 0... | 0 |
{'name': 'gf_mult_noLUT_slow@reedsolo.py', 'description': "Multiplication in Galois Fields without using a precomputed look-up table (and thus it's slower) by using the standard carry-less multiplication + modular reduction using an irreducible prime polynomial.", 'signature': 'def gf_mult_noLUT_slow(x, y, prim=0):'}</... | 0 |
{'name': 'Record.to_dataframe@wfdb/io/record.py', 'description': 'Create a dataframe containing the data from this record.\n\n\nReturns\n-------\nA dataframe, with sig_name in the columns. The index is a DatetimeIndex\nif both base_date and base_time were set, otherwise a TimedeltaIndex.', 'signature': 'def to_datafram... | 0 |
{'name': 'taproot_construct@test/functional/test_framework/script.py', 'description': 'Construct a tree of Taproot spending conditions\n\npubkey: a 32-byte xonly pubkey for the internal pubkey (bytes)\nscripts: a list of items; each item is either:\n - a (name, CScript or bytes, leaf version) tuple\n - ... | 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>MATCH_LB = 3 | 0 |
{'name': 'V2Api.get_tasks@scaleapi/api_client/v2/api/v2_api.py', 'description': "Get Multiple Tasks\n\nRetrieve multiple [Tasks](/core-resources/task) from a [Project](/core-resources/project) or [Batch](/core-resources/batch).\n\n:param project_id: Scale's unique identifier for the project.\n:type project_id: str\n:pa... | 0 |
{'name': 'create_files@pretf/pretf/workflow.py', 'description': 'Creates rendered files in target_dir from source files in source_dirs.\n\nHandles the following:\n filename.tf.j2 -> filename.tf\n filename.tf.py -> filename.tf.json\n filename.tfvars.j2 -> filename.tfvars\n filename.tfvars.py -> filename.tfva... | 0 |
{'name': 'init_media@soundrts/clientmedia.py', 'description': 'initialize sound, voice, screen, window title, keyboard,\nand sound cache', 'signature': 'def init_media():'}</s>AT = [107] | 0 |
{'name': 'cluster_anchors@lib/rpn_util.py', 'description': 'Clusters the anchors based on the imdb boxes (in 2D and/or 3D).\n\nGenerally, this method does a custom k-means clustering using 2D IoU\nas a distance metric.', 'signature': 'def cluster_anchors(feat_stride, anchors, test_scale, imdb, lbls, ilbls, anchor_ratio... | 0 |
{'name': 'check_create_table@databricks-adx-integration/src/code/functions/adxingestp2/__app__/dataingest/__init__.py', 'description': 'create and rename table\n ', 'signature': 'def check_create_table(table_name):'}</s>STORAGE_TABLE_TOKEN = None | 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': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'FPRMRef@src/api/python/z3/z3.py', 'description': 'Floating-point rounding mode expressions', 'base_classes': ['ExprRef'], 'meth... | 0 |
{'name': 'BaseRequest.is_xhr@src/back/kite/bottle.py', 'description': 'True if the request was triggered by a XMLHttpRequest. This only\nworks with JavaScript libraries that support the `X-Requested-With`\nheader (most of the popular libraries do). ', 'signature': 'def is_xhr(self):'}</s>{'name': 'SimpleTemplate@src/ba... | 0 |
{'name': 'AGFusionDBBManager.fetch_refseq_table@agfusion/database.py', 'description': 'fetch RefSeq IDS', 'signature': 'def fetch_refseq_table(self):'}</s>JUNCTION_LOCATIONS = [
"CDS",
"CDS (start)",
"CDS (end)",
"5UTR",
"5UTR (end)",
"3UTR",
"3UTR (start)",
"exon",
"intron",
"in... | 0 |
{'name': 'DSMRProtocol.__init__@dsmr_parser/clients/protocol.py', 'description': 'Initialize class.', 'signature': 'def __init__(self, loop, telegram_parser,'}</s>SAGEMCOM_T210_D_R = {
"general_global_cipher": True,
"checksum_support": True,
'objects': [
{
'obis_reference': obis.P1_MESSA... | 0 |
{'name': 'RemoveMultiLineCommentsFromRange@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Clears a range of lines for multi-line comments.', 'signature': 'def RemoveMultiLineCommentsFromRange(lines, begin, end):'}</s>{'name': 'IsForwardClassDeclaration@ament_cpplint/ament_cpplint/cpplint.py', 'description': '... | 0 |
{'name': 'lint@scripts/build.py', 'description': 'Run all linters and type checkers in order of importance - returns the first non-zero exit code or zero.', 'signature': 'def lint(*, fix: bool = False) -> None:'}</s>{'name': 'ruff_check@scripts/build.py', 'description': 'Run Ruff linter.', 'code': 'def ruff_check(\n ... | 0 |
{'name': 'fetch_reads_count@brie/utils/count.py', 'description': 'Count the categorical reads mapped to a splicing event\n\nrm_duplicate=True, inner_only=True,\nmapq_min=0, mismatch_max=5, rlen_min=1, is_mated=True', 'signature': 'def fetch_reads_count(gene, sam_file, event_type="SE", RNA_type="spliced",'}</s>{'name': ... | 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': 'TestMonitorClientEnterprise.test_monitorclient_logs_and_surround@tests/tests/test_monitor_client.py', 'description': 'Tests more lines of logs surrounding a line matching a pattern', 'signature': 'def test_monitorclient_logs_and_surround(self, monitor_commercial_setup_no_client):'}</s>URL_USERS = "/users" | 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': 'WSCTask.load_dataset@examples/roberta/wsc/wsc_task.py', 'description': 'Load a given dataset split.\n\nArgs:\n split (str): name of the split (e.g., train, valid, test)', 'signature': 'def load_dataset('}</s>{'name': 'collate_tokens@fairseq/data/data_utils.py', 'description': 'Convert a list of 1d tensors ... | 1 |
{'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>MQZID_SET_AUTHORITY = 5 | 0 |
{'name': '_AddInitMethod@python/google/protobuf/internal/python_message.py', 'description': 'Adds an __init__ method to cls.', 'signature': 'def _AddInitMethod(message_descriptor, cls):'}</s>{'name': 'PrintMessage@python/google/protobuf/text_format.py', 'description': 'Convert the message to text format and write it to... | 0 |
{'name': 'MyInterface.execute@src/python_scripts/scripts/build_afni.py', 'description': 'evaluate what needs to be done, report on it, any apply\n\n- evaluate directories\n - abin_path\n - root_path\n\nreturn 0 on success\n 1 on non-fatal termination error\n -1 on fatal error', 'signature': 'def exe... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQZAO_PASS_ALL_CONTEXT = 128 | 0 |
{'name': 'GetOutputOfAllCommands@googletest/test/googletest-output-test.py', 'description': 'Returns concatenated output from several representative commands.', 'signature': 'def GetOutputOfAllCommands():'}</s>COMMAND_WITH_TIME = (
{},
[
PROGRAM_PATH,
'--gtest_print_time',
'internal_skip... | 1 |
{'name': 'ProcessLine@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 representing a line of the file,\n ... | 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': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQIACF_ERROR_OFFSET = 1018 | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_CALL_INTERRUPTED = 2549 | 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': 'write_fortran_wrappers@src/services/mpiwrap/wrap.py', 'description': 'Writes primary fortran wrapper that handles arg translation.\nAlso outputs bindings for this wrapper for different types of fortran compilers.', 'signature': 'def write_fortran_wrappers(out, decl, return_val):'}</s>{'name': 'print_warning@s... | 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>JB_STYLE_MAP = "Map" | 0 |
{'name': 'IUZone.as_dict@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return this zone as a dict', 'signature': 'def as_dict(self, extended=False) -> OrderedDict:'}</s>CONF_SCHEDULE = "schedule" | 0 |
{'name': 'DebPkgToolsTestCase.test_collect_packages@deb_pkg_tools/tests.py', 'description': 'Test the command line interface for collection of related packages.', 'signature': 'def test_collect_packages(self):'}</s>TEST_PACKAGE_FIELDS = Deb822(
Architecture='all',
Description='Nothing to see here, move along',
... | 0 |
{'name': 'Message._postprocess_single@src/betterproto/__init__.py', 'description': 'Adjusts values after parsing.', 'signature': 'def _postprocess_single('}</s>{'name': 'which_one_of@src/betterproto/__init__.py', 'description': "Return the name and value of a message's one-of field group.\n\nReturns\n--------\nTuple[:c... | 0 |
{'name': 'View.analyze_cluster@picasso/gui/render.py', 'description': 'Clusters picked locs using k-means clustering. ', 'signature': 'def analyze_cluster(self):'}</s>{'name': 'DisplaySettingsDialog@picasso/gui/render.py', 'description': "A class to change display settings, e.g.: zoom, display pixel size, \ncontrast an... | 0 |
{'name': 'PrintFormatCommand.do_invoke@gef.py', 'description': 'Default value for print-format command.', 'signature': 'def do_invoke(self, _: list[str], **kwargs: Any) -> None:'}</s>{'name': 'GlibcHeapSetArenaCommand@gef.py', 'description': 'Set the address of the main_arena or the currently selected arena.', 'base_cl... | 0 |
{'name': 'toggle_fullscreen@soundrts/clientmedia.py', 'description': 'toggle full screen mode, and say it', 'signature': 'def toggle_fullscreen():'}</s>CONNECTION_REJECTED = [4083] | 0 |
{'name': 'delete_review_app@hokusai/commands/review_app.py', 'description': 'delete review app ', 'signature': 'def delete_review_app(context, app_name, filename):'}</s>{'name': 'YamlSpec@hokusai/services/yaml_spec.py', 'description': 'manage Hokusai yaml template ', 'base_classes': [], 'methods': [{'name': 'YamlSpec._... | 0 |
{'name': 'ListingManager.__and__@material/plugins/tags/structure/listing/manager/__init__.py', 'description': 'Iterate over the tag references for the mapping.\n\nArguments:\n mapping: The mapping.\n\nYields:\n The current tag reference.', 'signature': 'def __and__(self, mapping: Mapping) -> Iterator[TagReference... | 0 |
{'name': 'findpeaks.peaks2d@findpeaks/findpeaks.py', 'description': "Detect peaks and valleys in a 2D-array or image.\n\nDescription\n-----------\nTo handle 2D-arrays or images. Use the .fit() function for more information regarding the input parameters:\n * method : Method to be used for peak detection: 'topology',... | 0 |
{'name': 'eval@SSD_pytorch/main.py', 'description': '使用验证集进行验证VOC2007测试集,计算AP及mAP', 'signature': 'def eval():'}</s>{'name': 'detection_collate@SSD_pytorch/data/__init__.py', 'description': 'Custom collate fn for dealing with batches of images that have a different\nnumber of associated object annotations (bounding boxe... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.