text string | label int64 |
|---|---|
{'name': 'Serial.open@serial/serialwin32.py', 'description': 'Open port with current settings. This may throw a SerialException\nif the port cannot be opened.', 'signature': 'def open(self):'}</s>EV_TXEMPTY = 4 | 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': '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': 'PFDivert._to_string@pf/rule.py', 'description': 'Return a string representation of the object.', 'signature': 'def _to_string(self):'}</s>TCPS_FIN_WAIT_2 = 9 | 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': 'IsNotOp@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['ComparisonOperator'], 'methods': []} | 0 |
{'name': 'bug_report@libscanbuild/report.py', 'description': 'Creates a fragment from the analyzer reports. ', 'signature': 'def bug_report(output_dir, prefix):'}</s>{'name': 'parse_bug_plist@libscanbuild/report.py', 'description': 'Returns the generator of bugs from a single .plist file. ', 'code': 'def parse_bug_plis... | 0 |
{'name': 'eval_recalls@mmdet/core/evaluation/recall.py', 'description': 'Calculate recalls.\n\nArgs:\n gts(list or ndarray): a list of arrays of shape (n, 4)\n proposals(list or ndarray): a list of arrays of shape (k, 4) or (k, 5)\n proposal_nums(int or list of int or ndarray): top N proposals\n thrs(float ... | 0 |
{'name': 'make_combined_mosaics@grizli/pipeline/auto_script.py', 'description': 'Drizzle combined mosaics\n\nmosaic_driz_cr_type : int\n (mosaic_driz_cr_type & 1) : flag CRs on all IR combined\n (mosaic_driz_cr_type & 2) : flag CRs on IR filter combinations\n (mosaic_driz_cr_type & 4) : flag CRs on all OPT com... | 0 |
{'name': 'create_build_configuration@internal/engine/third_party/scann-1.2.1/configure.py', 'description': 'Main function to create build configuration.', 'signature': 'def create_build_configuration():'}</s>{'name': 'get_input@internal/engine/third_party/scann-1.2.1/configure.py', 'description': 'DOCSTRING', 'code': '... | 0 |
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ... | 0 |
{'name': 'UnalignedDataset.__init__@data/unaligned_dataset.py', 'description': 'Initialize this dataset class.\n\nParameters:\n opt (Option class) -- stores all the experiment flags; needs to be a subclass of BaseOptions', 'signature': 'def __init__(self, opt):'}</s>{'name': 'get_transform@data/base_dataset.py', 'de... | 1 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCFUNC_MQOPEN = b'OPEN' | 0 |
{'name': 'MCMCMetropoliHastings.sample@abcpy/inferences.py', 'description': 'Samples from the posterior distribution of the model parameter given the observed\ndata observations. The MCMC is run for burnin + n_samples steps, and n_samples_per_param are used at each step\nto estimate the approximate loglikelihood. The b... | 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': 'pyExpr@da/compiler/pygen.py', 'description': 'DOCSTRING', 'code': 'def pyExpr(value):\n ast = Expr(value)\n return p... | 0 |
{'name': 'main@trainer.py', 'description': 'train model until the maximum number of steps reached\n:param model_type: model type\n:param model_name: model name\n:param logger: logger\n:return: None', 'signature': 'def main(model_type, model_name, logger):'}</s>{'name': 'create_noisy_video@utils.py', 'description': 'cre... | 0 |
{'name': 'View._get_scroll_root@qt4a/andrcontrols.py', 'description': '获取当前控件可滚动区域的根控件\n ', 'signature': 'def _get_scroll_root(self):'}</s>{'name': 'ImageButton@qt4a/andrcontrols.py', 'description': 'DOCSTRING', 'base_classes': ['ImageView'], 'methods': []} | 0 |
{'name': 'PredictionEnsemble._bootstrap@src/climpred/classes.py', 'description': "PredictionEnsemble.bootstrap() parent method.\n\nexplain: OPTIONS['bootstrap_resample_skill_func']\n\nSee also:\n* :py:meth:`~climpred.PerfectModelEnsemble.bootstrap`\n* :py:meth:`~climpred.HindcastEnsemble.bootstrap`", 'signature': 'def ... | 0 |
{'name': 'ssl.predict@graphlearning/ssl.py', 'description': 'Predict\n========\n\nMakes label predictions based on the probabilities computed by `fit()`.\nWill use a volume label projection if `class_priors` were given, to ensure \nthe number of nodes predicted in each class is correct.\n\nParameters\n----------\nignor... | 0 |
{'name': 'BaseUserInterface.update@ring/func/base.py', 'description': 'Execute the original function and `set` the result as the value.\n\nThis action is comprehensible as a concatenation of\n:meth:`ring.func.base.BaseUserInterface.execute` and\n:meth:`ring.func.base.BaseUserInterface.set`.\n\n:see: :meth:`ring.func.ba... | 0 |
{'name': 'wb_get_table@world_bank_data/request.py', 'description': 'Request data and return it in the form of a data frame', 'signature': 'def wb_get_table('}</s>{'name': 'WBRequestError@world_bank_data/request.py', 'description': 'An error occured when downloading the WB data', 'base_classes': ['HTTPError'], 'methods'... | 0 |
{'name': 'transform_args_prefix@ring/func/base.py', 'description': "`transform_args` for basic single-access methods in interfaces.\n\nCreate and returns uniform fully keyword-annotated arguments except for\nthe first ``rule.get('prefix_count')`` number of positional arguments for\ngiven actual arguments of ring wires.... | 0 |
{'name': 'fastqWrite@scripts/bioio.py', 'description': "Writes out fastq file. If qualValues is None or '*' then prints a '*' instead.\n ", 'signature': 'def fastqWrite(fileHandleOrFile, name, seq, qualValues, mode="w"):'}</s>{'name': 'mutateSequence@scripts/bioio.py', 'description': 'Mutates the DNA sequence for us... | 0 |
{'name': 'Gama.__init__@gama/gama.py', 'description': 'Parameters\n----------\nsearch_space: Dict\n Specifies available components and their valid hyperparameter settings.\n For more information, see :ref:`search_space_configuration`.\n\nscoring: str, Metric or Tuple\n Specifies the/all metric(s) to optimize t... | 1 |
{'name': 'Distinct@src/api/python/z3/z3.py', 'description': "Create a Z3 distinct expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> Distinct(x, y)\nx != y\n>>> z = Int('z')\n>>> Distinct(x, y, z)\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z))\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z), blast_distinct=... | 0 |
{'name': 'resnet18@siim_acr/src/layers/backbone/resnet.py', 'description': 'Constructs a ResNet-18 model.\n\nArgs:\n pretrained (bool): If True, returns a model pre-trained on ImageNet', 'signature': 'def resnet18(pretrained=False, **kwargs):'}</s>{'name': 'resnet152@siim_acr/src/layers/backbone/resnet.py', 'descrip... | 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': 'algorithm_4@adaptive/tests/algorithm_4.py', 'description': 'ALGORITHM_4 evaluates an integral using adaptive quadrature. The\nalgorithm uses Clenshaw-Curtis quadrature rules of increasing\ndegree in each interval and bisects the interval if either the\nfunction does not appear to be smooth or a rule of maximu... | 0 |
{'name': 'get_mdot@src/StandAlone/inputs/ARCHES/handoff/genHandoffExample/make_handoff.py', 'description': 'Compute the mdots if v > 0. ', 'signature': 'def get_mdot( Nspace, fp, eta, hl, v, myTable, area, R ): '}</s>area_cell = dx*dy | 0 |
{'name': 'TestDecode.testDecodeBadUTF8@src/tests/testXmlEncodingDecode.py', 'description': 'Ensure bad UTF-8 is flagged as such, but still decoded.', 'signature': 'def testDecodeBadUTF8(self):'}</s>{'name': 'DuplicateEnclosure@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Warning'], 'meth... | 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': '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_S... | 0 |
{'name': 'ProjectIdentity.__init__@client/tc/azext_tc/vendored_sdks/teamcloud/models/_models_py3.py', 'description': ':keyword project_id: Required.\n:paramtype project_id: str\n:keyword project_name: Required.\n:paramtype project_name: str\n:keyword organization: Required.\n:paramtype organization: str\n:keyword organ... | 0 |
{'name': 'user_has_voted@pinax/points/templatetags/pinax_points_tags.py', 'description': 'Usage::\n {% user_has_voted user obj as var %}', 'signature': 'def user_has_voted(parser, token):'}</s>{'name': 'points_for_object@pinax/points/templatetags/pinax_points_tags.py', 'description': 'Gets the current points for an ... | 0 |
{'name': 'generate_main_html@nhentai/utils.py', 'description': 'Generate a main html to show all the contains doujinshi.\nWith a link to their `index.html`.\nDefault output folder will be the CLI path.', 'signature': "def generate_main_html(output_dir=f'.{PATH_SEPARATOR}'):"}</s>{'name': 'get_nhentai_home@nhentai/const... | 0 |
{'name': '_test_core@ci/weekly/test_stac_creation.py', 'description': 'Core function testing all data\n\nArgs:\n pattern (str): Pattern of the satellite\n prod_dir (str): Product directory\n debug (bool): Debug option', 'signature': 'def _test_core('}</s>TITLE = "title" | 1 |
{'name': 'excape@spider/utils/tools.py', 'description': '转译', 'signature': 'def excape(str):'}</s>{'name': 'get_firstday_month@spider/utils/tools.py', 'description': "''\nget the first day of month from today\nmonth_offset is how many months", 'code': 'def get_firstday_month(month_offset=0):\n """\'\'\n get the f... | 0 |
{'name': 'S2V_Tests.test2@blockchain-env/lib/python3.7/site-packages/Cryptodome/SelfTest/Protocol/test_KDF.py', 'description': 'Verify that no more than 127(AES) and 63(TDES)\ncomponents are accepted.', 'signature': 'def test2(self):'}</s>{'name': 'new@blockchain-env/lib/python3.7/site-packages/Cryptodome/Cipher/AES.py... | 1 |
{'name': 'post_message_to_slack@pipeline/Serverless/05_slack_notification/slack_notification.py', 'description': 'Post status of publish state machine to Slack\nevent: see https://docs.aws.amazon.com/step-functions/latest/dg/cw-events.html', 'signature': 'def post_message_to_slack(event, context):'}</s>{'name': 'slack_... | 0 |
{'name': 'start@server.py', 'description': ' Pulls the parameters from disk\n Instantiate QuestionAnswering class (onefile).\n\n Thus, all models are loaded.\n Help loading the model, then start the server.\n\n CHANGE MAJOR CONFIGS HERE\n:return:', 'signature': 'def start():'}</s>{'name': 'is_clean_url@u... | 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_CUSTOM2_RD_RS1 = 28799 | 0 |
{'name': 'TestBartz.test_ssme@proptools/convection_test.py', 'description': 'Test agaisnt the SSME example from 16.512 Lecture 7.', 'signature': 'def test_ssme(self):'}</s>{'name': 'mass_flow@proptools/nozzle.py', 'description': 'Find the mass flow through a choked nozzle.\n\nGiven gas stagnation conditions and a throa... | 0 |
{'name': 'MyModel.__init__@src/StyleTransfer/Style_Transfer.py', 'description': 'Args:\n\n con_layers: Layers to be used for Content loss\n sty_layers: Layers to be used for Style loss\n\n mean: Mean to normalize the input tensor\n stdv: Stdv to normalize the input tensor', 'signature': "def __init__(self, ... | 1 |
{'name': 'run@slim/datasets/download_and_convert_mnist.py', 'description': 'Runs the download and conversion operation.\n\nArgs:\n dataset_dir: The dataset directory where the dataset is stored.', 'signature': 'def run(dataset_dir):'}</s>WSI_RAW_PATCHES_TF_RECORD_DIR_TO_GET_HEATMAPS = RAW_PATCHES_DIR_TO_GET_HEATMAPS +... | 0 |
{'name': 'PFOp._to_string@pf/rule.py', 'description': 'Return the string representation of the operation.', 'signature': 'def _to_string(self):'}</s>ICMP_UNREACH = 3 | 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': 'Paragraph.breakLinesCJK@xhtml2pdf/reportlab_paragraph.py', 'description': 'Initially, the dumbest possible wrapping algorithm.\nCannot handle font variations.', 'signature': 'def breakLinesCJK(self, width):'}</s>{'name': '_rightDrawParaLineX@xhtml2pdf/reportlab_paragraph.py', 'description': 'DOCSTRING', 'code... | 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': 'TopologyView.retrieve@moi/views.py', 'description': 'Read information about an individual Topology resource.\n\nThe GET method reads the information of a Topology.', 'signature': 'def retrieve(self, request, *args, **kwargs):'}</s>{'name': 'PerfRequirements@moi/models.py', 'description': 'DOCSTRING', 'base_cl... | 0 |
{'name': 'search_ast@core/text.py', 'description': 'Returns the number of descendants of `node` that match `template`\n(either a type or tuple that is passed to `isinstance`,\nor a partial AST that is passed to `is_ast_like`)\nand satisfy the optional predicate.', 'signature': 'def search_ast(node, template, predicate=... | 0 |
{'name': 'TypeErrorTests.test_keyword_builtin@didyoumean/didyoumean_sugg_tests.py', 'description': 'A few builtins (like int()) have a different error message.', 'signature': 'def test_keyword_builtin(self):'}</s>UNSUBSCRIPTABLE = (
TypeError,
re.UNSUBSCRIPTABLE_RE + r"|" + re.OBJ_DOES_NOT_SUPPORT_RE) | 0 |
{'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': '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': 'test_LocalstackSession_service_hostname@tests/unit/test_session.py', 'description': 'Test pytest_localstack.session.LocalstackSession.service_hostname.', 'signature': 'def test_LocalstackSession_service_hostname(service_name, not_service_name):'}</s>{'name': 'test_LocalstackSession_map_port@tests/unit/test_se... | 0 |
{'name': 'PFGid._str_to_num@pf/rule.py', 'description': 'Convert a string to a numeric group ID.', 'signature': 'def _str_to_num(self, s):'}</s>{'name': 'if_data@pf/_struct.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []} | 0 |
{'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': 'Subscribers.all@mailerlite/subscriber.py', 'description': 'Get paginated details of all Subscribers from your account.\n\nlook at https://developers.mailerlite.com/v2/reference#subscribers\n\nParameters\n----------\nlimit : int\n How many subscribers you want\noffset : int\n page index\nstype : str\n ... | 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': 'parse_query_sequences@cblaster/helpers.py', 'description': 'Creates a Cluster object from query sequences.\n\nIf EMBL/GenBank, Cluster will use exact genomic coordinates parsed from file.\nOtherwise, a fake Cluster will be created where genes are drawn to scale,\nbut always on positive strand and with fixed i... | 0 |
{'name': 'File._store@burpui/misc/parser/utils.py', 'description': 'Store the config', 'signature': 'def _store(self, data, dest=None, insecure=False):'}</s>option_for_type = {
"integer": OptionInt,
"string": OptionStr,
"boolean": OptionBool,
"include": OptionInc,
} | 0 |
{'name': 'BUIbackend.__init__@burpui/misc/backend/interface.py', 'description': ':param server: Application context\n:type server: :class:`burpui.engines.server.BUIServer`', 'signature': 'def __init__(self, server=None, conf=None): # pragma: no cover'}</s>G_ZIP64 = True | 1 |
{'name': 'estimate_fao56@cfg/hass/custom_components/wb_irrigation/sensor.py', 'description': 'Estimate fao56 from weather ', 'signature': 'def estimate_fao56(day_of_year,'}</s>{'name': 'WeatherIrrigarion@cfg/hass/custom_components/wb_irrigation/sensor.py', 'description': 'DOCSTRING', 'base_classes': ['RestoreEntity'],... | 0 |
{'name': 'nestedExpr@SneakerBot 2019/venv/lib/python3.7/site-packages/pip-19.0.3-py3.7.egg/pip/_vendor/pyparsing.py', 'description': 'Helper method for defining nested lists enclosed in opening and\nclosing delimiters ("(" and ")" are the default).\n\nParameters:\n - opener - opening character for a nested list\n (de... | 0 |
{'name': 'Countries.translate_pair@django_countries/__init__.py', 'description': 'Force a country to the current activated translation.\n\n:returns: ``CountryTuple(code, translated_country_name)`` namedtuple', 'signature': 'def translate_pair(self, code: str, name: Optional[CountryName] = None):'}</s>{'name': 'AltCodes... | 0 |
{'name': 'merge@sidechainnet/utils/align.py', 'description': 'Returns True iff when pn_seq and my_seq are aligned, the resultant mask is the same\nas reported by ProteinNet.\n\nAlso returns the computed_mask that matches with ProteinNet', 'signature': 'def merge(aligner, pn_entry, sc_entry, pnid, attempt_number=0, igno... | 1 |
{'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': 'Blog.page_id@src/ablog/blog.py', 'description': 'Return pagename, trimming :file:`index` from end when found.\n\nReturn value is used as disqus page identifier.', 'signature': 'def page_id(self, pagename):'}</s>{'name': 'BlogPageMixin@src/ablog/blog.py', 'description': 'DOCSTRING', 'base_classes': [], 'method... | 0 |
{'name': 'Nxx.get_sql_and_with_clause@diversity.py', 'description': "Gets the SQL query and WITH clause.\n\nThe query is constructed in 4 steps.\n1. Get the query for the Distribution of the child Metric.\n2. Keep all indexing/groupby columns unchanged.\n3. For all value columns, order the values in descending order an... | 0 |
{'name': 'TestAttachment.test_get_all_by_id@tests/test_attachment.py', 'description': 'Getting attachment metadata for a specific record by sys_id should work', 'signature': 'def test_get_all_by_id(self):'}</s>delete_status = {"status": "record deleted"} | 0 |
{'name': 'Listing.__hash__@material/plugins/tags/structure/listing/__init__.py', 'description': 'Return the hash of the listing.\n\nReturns:\n The hash.', 'signature': 'def __hash__(self) -> int:'}</s>{'name': 'ListingTree@material/plugins/tags/structure/listing/tree/__init__.py', 'description': 'A listing tree.\n\n... | 0 |
{'name': 'identify_token@sqf/parser.py', 'description': 'The function that converts a token from tokenize to a BaseType.', 'signature': 'def identify_token(token):'}</s>{'name': 'ParserKeyword@sqf/parser_types.py', 'description': 'DOCSTRING', 'base_classes': ['ParserType'], 'methods': [{'name': 'ParserKeyword.__init__@... | 1 |
{'name': 'setPose@6_Demo_MatlabAndPythonControl/python/VREP_RemoteAPIs/visualization.py', 'description': 'Set the pose of an object in the simulation\n\n# Arguments\n\n transform_display_name: name string to use for the object in the sim scene\n transform: 3 cartesian (x, y, z) and 4 quaternion (x, y, z, w) eleme... | 0 |
{'name': 'GroundTruthLoader.__call__@tools/ground_truth.py', 'description': 'get the ground truth by provided the name of dataset.\n\n:type dataset: str\n:param dataset: the name of dataset.\n:return: np.ndarray, shape(#video)\n np.array[0] contains all the start frame and end frame of abnormal events of video ... | 1 |
{'name': 'parse_extract@kb_python/main.py', 'description': 'Parser for the `extract` command.\n\nArgs:\n parser: The argument parser\n args: Parsed command-line arguments', 'signature': 'def parse_extract('}</s>open_as_text = ngs.utils.open_as_text | 0 |
{'name': 'on_load_data@src/server/server.py', 'description': 'Allow pages to load needed data', 'signature': 'def on_load_data(data):'}</s>{'name': 'render_results@src/server/server.py', 'description': 'Route to round summary page.', 'code': "def render_results():\n '''Route to round summary page.'''\n return ren... | 0 |
{'name': 'Stm32Bootloader.write_and_ack@src/node/scripts/util/stm32loader.py', 'description': 'Write data to the MCU and wait until it replies with ACK.', 'signature': 'def write_and_ack(self, message, *data):'}</s>{'name': 'ShowProgress@src/node/scripts/util/stm32loader.py', 'description': 'Show progress through a pro... | 0 |
{'name': 'UserManager._create_user@server/core/models.py', 'description': 'Creates and saves a User with the given email and password.', 'signature': 'def _create_user(self, email, password, **extra_fields):'}</s>{'name': 'User@server/core/models.py', 'description': 'DOCSTRING', 'base_classes': ['RelatedOrgPermissionMo... | 0 |
{'name': 'matchOnlyAtCol@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining parse actions that require matching at a specific\ncolumn in the input text.', 'signature': 'def matchOnlyAtCol(n):'}</s>{'name': 'pyparsing_common@tests/_lib_vendors/pkg_resources/_vendor/pyparsi... | 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': 'ancestral_reconstruction@treetime/wrappers.py', 'description': 'implementing treetime ancestral', 'signature': 'def ancestral_reconstruction(params):'}</s>{'name': 'datestring_from_numeric@treetime/utils.py', 'description': 'convert a numerical date to a formated date string YYYY-MM-DD\n\nParameters\n--------... | 0 |
{'name': 'plot_legend@pymeteo/skewt.py', 'description': 'Plot skew-t legend', 'signature': 'def plot_legend(axes):'}</s>{'name': 'plot_wind_axes@pymeteo/skewt.py', 'description': 'DOCSTRING', 'code': 'def plot_wind_axes(axes):\n # plot wind barbs\n # TODO: also do storm-relative winds\n draw_wind_line(axes)\n axes.... | 0 |
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ... | 0 |
{'name': 'matchOnlyAtCol@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining parse actions that require matching at a specific\ncolumn in the input text.', 'signature': 'def matchOnlyAtCol(n):'}</s>{'name': 'LineStart@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py',... | 0 |
{'name': 'speed_camera@versions/speed-cam_8.87.py', 'description': 'Main speed camera processing function ', 'signature': 'def speed_camera():'}</s>IM_SIGN_TIMEOUT_SEC = 5 | 0 |
{'name': 'test_kitti_3d_kalman_boxes@lib/rpn_util.py', 'description': 'Test the KITTI framework for object detection in 3D', 'signature': "def test_kitti_3d_kalman_boxes(dataset_test, net, rpn_conf, bbox_measure_val, p2s, p2_invs, scales, results_path, test_path, dataset_type='validation', fast=False, report_stats=Fals... | 0 |
{'name': 'BreakpointConditionsTestCase.breakpoint_conditions@tools/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py', 'description': "Exercise breakpoint condition with 'breakpoint modify -c <expr> id'.", 'signature': 'def breakpoint_conditions(self, inlin... | 0 |
{'name': 'process_lookup_path@gef.py', 'description': 'Look up for a path in the process memory mapping.\nReturn a Section object if found, None otherwise.', 'signature': 'def process_lookup_path(name: str, perm: Permission = Permission.ALL) -> Section | None:'}</s>{'name': 'PieCommand@gef.py', 'description': 'PIE brea... | 0 |
{'name': 'convert_developers@code/html/generate_static_website.py', 'description': ':param developers:\n:param entries:\n:return:', 'signature': 'def convert_developers(developers, entries):'}</s>inspirations_path = ['inspirations'] | 0 |
{'name': 'pipe.__gt__@syntax_sugar/_pipe.py', 'description': "pipe > 'filename'", 'signature': 'def __gt__(self, rhs):'}</s>{'name': 'multitask@syntax_sugar/_pipe.py', 'description': 'DOCSTRING', 'code': "def multitask(fn, poolsize, data, pool_constructor):\n with pool_constructor(poolsize) as p:\n if not has... | 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': 'Position@ib_i... | 0 |
{'name': 'TranslationFromPretrainedBARTTask.load_dataset@fairseq/tasks/translation_from_pretrained_bart.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(self, split, epoch=1, combine=False, **kwargs):'}</s>{'name': ... | 0 |
{'name': '_remove_bom_from_list@meza/io.py', 'description': 'Remove a byte order marker (BOM) from a list', 'signature': 'def _remove_bom_from_list(row, bom):'}</s>POSTGRES_TYPE = {
"null": "boolean",
"bool": "boolean",
"int": "integer",
"float": "real",
"double": "double precision",
"decimal": ... | 0 |
{'name': 'Player.names@hearthstone/entities.py', 'description': "Returns the player's name and real name.\nReturns two empty strings if the player is unknown.\nAI real name is always an empty string.", 'signature': 'def names(self) -> Tuple[str, str]:'}</s>{'name': 'Zone@hearthstone/enums.py', 'description': 'TAG_ZONE'... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQWQR_VERSION_3 = 3 | 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': 'AnkiDataFrame._constructor@ankipandas/ankidf.py', 'description': 'This needs to be overridden so that any DataFrame operations do not\nreturn a :class:`pandas.DataFrame` but a :class:`AnkiDataFrame`.', 'signature': 'def _constructor(self):'}</s>{'name': 'update_note_indices@ankipandas/raw.py', 'description': ... | 0 |
{'name': 'Comps._verif_to_comps_threshold@verif/input.py', 'description': 'Converts from verif threshold (i.e. 0.3) to COMPS name (i.e p03) ', 'signature': 'def _verif_to_comps_threshold(threshold):'}</s>{'name': 'bin@verif/util.py', 'description': 'Bin the x-values using edges and return the average values\n\nArgument... | 0 |
{'name': 'connect_to_usb_bitbox@py/send_message.py', 'description': 'Connects and runs the main menu on a BitBox02 connected\nover USB.', 'signature': 'def connect_to_usb_bitbox(debug: bool, use_cache: bool) -> int:'}</s>{'name': 'get_devices@py/bitbox02/bitbox02/communication/devices.py', 'description': 'Scans devices... | 0 |
{'name': 'QLocaleXmlWriter.__init__@util/locale_database/qlocalexml.py', 'description': "Set up to write digested CLDR data as QLocale XML.\n\nFirst argument is the version of CLDR whose data we'll be\nwriting. Other arguments are optional.\n\nSecond argument, save, is None (its default) or a callable that will\nwrite ... | 0 |
{'name': 'PFRule._to_string@pf/rule.py', 'description': 'Return the string representation of the rule.', 'signature': 'def _to_string(self):'}</s>{'name': 'geticmptypebynumber@pf/_utils.py', 'description': 'Return the ICMP type as a string.', 'code': 'def geticmptypebynumber(type, af):\n """Return the ICMP type as a... | 1 |
{'name': 'clean_merged_flowlines@oggm/core/flowline.py', 'description': 'Order and cut merged flowlines to size.\n\nAfter matching flowlines were found and merged to one glacier directory\nthis function makes them nice:\nThere should only be one flowline per bed, so overlapping lines have to be\ncut, attributed to a an... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.