text string | label int64 |
|---|---|
{'name': 'Linter.lint_one@bioconda_utils/lint/__init__.py', 'description': 'Run the linter on a single recipe\n\nArgs:\n recipe_name: Mames of recipe to lint\n fix: Whether checks should attempt to fix detected issues\n\nReturns:\n List of collected messages', 'signature': 'def lint_one(self, recipe_name: str, fix: ... | 0 |
{'name': 'PandasSpecialEngine.table_exists@pangres/engine.py', 'description': 'Returns True if the table defined in given instance\nof PandasSpecialEngine exists else returns False.', 'signature': 'def table_exists(self, connection: Union[Connection, None] = None) -> bool:'}</s>{'name': 'UpsertQuery@pangres/upsert_quer... | 0 |
{'name': 'resnet20_small@models/resnet_small.py', 'description': 'Constructs a ResNet-20 model for CIFAR-10 (by default)\nArgs:\n num_classes (uint): number of classes', 'signature': 'def resnet20_small(index, rate,num_classes=10):'}</s>{'name': 'resnet110_small@models/resnet_small.py', 'description': 'Constructs a Re... | 0 |
{'name': 'dictOf@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper to easily and clearly define a dictionary by specifying the respective patterns\nfor the key and value. Takes care of defining the C{L{Dict}}, C{L{ZeroOrMore}}, and C{L{Group}} tokens\nin the proper order. The key pattern ... | 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_FCVT_S_D = 1074790483 | 0 |
{'name': 'MarkdownConverter.convert__document_@markdownify/__init__.py', 'description': 'Final document-level formatting for BeautifulSoup object (node.name == "[document]")', 'signature': 'def convert__document_(self, el, text, parent_tags):'}</s>re_make_convert_fn_name = re.compile(r'[\[\]:-]') | 0 |
{'name': 'upsert_resource@d6tpipe/api.py', 'description': 'Convenience function to create or update a resource\n\nArgs:\n apiroot (obj): API endpoint root eg `api.cnxn.pipes`\n settings (dict): resource settings\n\nReturns:\n response (obj): server response\n data (dict): json returned by server', 'signatur... | 0 |
{'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': 'PerspectiveCamera.setView@pyrt/camera/perspectivecamera.py', 'description': 'Set View Matrix using look-at (from eye to center)\n\n:param eye: current position\n:param center: position where to look at\n:param up: up-axis when looking at\n:return:', 'signature': 'def setView(self, eye: Vec3, center: Vec3, up:... | 0 |
{'name': 'compute_dynamics@oqupy/system_dynamics.py', 'description': 'Compute the system dynamics for a given system Hamiltonian, accounting\n(optionally) for interaction with an environment using one or more\nprocess tensors.\n\nParameters\n----------\nsystem: Union[System, TimeDependentSystem]\n Object containing ... | 0 |
{'name': 'build_timespan@yaql/standard_library/date_time.py', 'description': ':yaql:timespan\n\nReturns timespan object with specified args.\n\n:signature: timespan(days => 0, hours => 0, minutes => 0, seconds => 0,\n milliseconds => 0, microseconds => 0)\n:arg days: number of days in timespan, 0 by... | 0 |
{'name': 'rel_err@oggm/utils/_funcs.py', 'description': 'Relative error. Ref should be non-zero', 'signature': 'def rel_err(ref, data):'}</s>_doc = "The historical daily climate timeseries stored in a netCDF file.(only temperature is really changing on daily basis,precipitation is just assumed constant for every day" | 0 |
{'name': '_import_xml@contrib/xml/xmlio.py', 'description': 'Returns the Tulip data structure contained in a parsed XML file.', 'signature': 'def _import_xml('}</s>N_PROPREG = "proplist" | 0 |
{'name': 'MockBlueDot.mock_client_connected@bluedot/mock.py', 'description': "Simulates a client connecting to the Blue Dot.\n\n:param string client_address:\n The mock client mac address, defaults to '11:11:11:11:11:11'", 'signature': 'def mock_client_connected(self):'}</s>{'name': 'MockBlueDot@bluedot/mock.py', 'd... | 1 |
{'name': 'memoize@Projects/2_Classical Planning/aimacode/utils.py', 'description': 'Memoize fn: make it remember the computed value for any argument list.\nIf slot is specified, store result in that slot of first argument.\nIf slot is false, store results in a dictionary.', 'signature': 'def memoize(fn, slot=None):'}</... | 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': 'PageAdmin.get_form@pages/admin/__init__.py', 'description': 'Get a :class:`Page <pages.admin.forms.PageForm>` for the\n:class:`Page <pages.models.Page>` and modify its fields depending on\nthe request.', 'signature': 'def get_form(self, request, obj=None, **kwargs):'}</s>{'name': 'get_content@pages/admin/view... | 1 |
{'name': 'Profile._ValidateProfile@gmacpyutil/gmacpyutil/profiles.py', 'description': 'Validate the profile and all payloads are valid.\n\nRaises:\n ProfileValidationError: the profile data was not valid.', 'signature': 'def _ValidateProfile(self):'}</s>{'name': 'CertsModuleTest@gmacpyutil/gmacpyutil/certs_test.py', '... | 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': 'PyJWK.__init__@jwt/api_jwk.py', 'description': "A class that represents a `JSON Web Key <https://www.rfc-editor.org/rfc/rfc7517>`_.\n\n:param jwk_data: The decoded JWK data.\n:type jwk_data: dict[str, typing.Any]\n:param algorithm: The key algorithm. If not specified, the key's ``alg`` will be used.\n:type al... | 1 |
{'name': 'StatementSplitter.process@sqlparse/engine/statement_splitter.py', 'description': 'Process the stream', 'signature': 'def process(self, stream):'}</s>{'name': 'Identifier@sqlparse/sql.py', 'description': 'Represents an identifier.\n\nIdentifiers may have aliases or typecasts.', 'base_classes': ['NameAliasMixin... | 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>MQGUR_DISABLED = 0 | 0 |
{'name': 'convert_date@plugin.video.realizerx/resources/lib/api/tvdbapi.py', 'description': 'Convert a thetvdb date string into a datetime.date object.', 'signature': 'def convert_date(date_string):'}</s>{'name': 'replaceHTMLCodes@plugin.image.premiumizer/resources/lib/modules/client.py', 'description': 'DOCSTRING', 'c... | 0 |
{'name': 'WorkingSet.resolve@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pkg_resources/__init__.py', 'description': 'List all distributions needed to (recursively) meet `requirements`\n\n`requirements` must be a sequence of ``Requirement`` objects. `env`,\nif supplied, should be an ``Environment`` instance... | 0 |
{'name': 'kaiming_normal_@PaddleGAN-master/ppgan/modules/init.py', 'description': "Fills the input `Tensor` with values according to the method\ndescribed in `Delving deep into rectifiers: Surpassing human-level\nperformance on ImageNet classification` - He, K. et al. (2015), using a\nnormal distribution. The resulting... | 0 |
{'name': 'IPv6Address.__init__@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/ipaddress.py', 'description': "Instantiate a new IPv6 address object.\n\nArgs:\n address: A string or integer representing the IP\n\n Additionally, an integer can be passed, so\n IPv6Address('2001:db8::') ==\n IPv... | 0 |
{'name': 'ParserElement.searchString@venv/Lib/site-packages/setuptools/_vendor/pyparsing.py', 'description': 'Another extension to C{L{scanString}}, simplifying the access to the tokens found\nto match the given parse expression. May be called with optional\nC{maxMatches} argument, to clip searching after \'n\' matche... | 0 |
{'name': 'demean@src/python_scripts/afnipy/afni_util.py', 'description': 'demean the vector (in place), from index ibot to index itop\n\n if ibot == -1, ibot will be 0\n if itop == -1, itop will be len-1\n\nreturn 0 on success, 1 on error', 'signature': 'def demean(vec, ibot=-1, itop=-1):'}</s>{'name': 'show_opts2@src/... | 0 |
{'name': 'RepeatChart.interactive@altair/vegalite/v3/api.py', 'description': 'Make chart axes scales interactive\n\nParameters\n----------\nname : string\n The selection name to use for the axes scales. This name should be\n unique among all selections within the chart.\nbind_x : boolean, default True\n If tru... | 0 |
{'name': 'TemplateFactory._processDropper2Template@src/modules/templates/template_factory.py', 'description': 'Generate DROPPER2 template for VBA and VBS based ', 'signature': 'def _processDropper2Template(self):'}</s>isBinaryString = lambda bytes: bool(bytes.translate(None, textchars)) | 0 |
{'name': 'create_run_container_task@vulfocus-api/tasks/tasks.py', 'description': '创建运行容器任务\n:param container_vul: 漏洞容器对象\n:param user_info: 用户信息', 'signature': 'def create_run_container_task(container_vul, user_info):'}</s>{'name': 'run_docker_compose@vulfocus-api/tasks/tasks.py', 'description': 'DOCSTRING', 'code': 'd... | 0 |
{'name': 'Model._construct_model@src/model.py', 'description': 'Construct the evolutionary model.', 'signature': 'def _construct_model(self):'}</s>{'name': 'ECM_Sanity@src/parameters_sanity.py', 'description': 'Child class of ParametersSanity for the empirical codon model (ECM).\nRequired checks:\n 1. state frequenc... | 0 |
{'name': 'CSSParser.parse_pseudo_class_custom@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse custom pseudo class alias.\n\nCompile custom selectors as we need them. When compiling a custom selector,\nset it to `None` in the dictionary so we can avoid an infinite loop.',... | 0 |
{'name': 'TestBaseGrandCanonicalMonteCarloSampler.test_report@grand/tests/test_samplers.py', 'description': 'Make sure the BaseGrandCanonicalMonteCarloSampler.report() method works correctly', 'signature': 'def test_report(self):'}</s>{'name': 'setup_GCMCSphereSampler@grand/tests/test_samplers.py', 'description': 'Set ... | 0 |
{'name': 'test_get_features_from_precomputed_ica@mne_icalabel/iclabel/tests/test_features.py', 'description': "Test that we get the correct set of features from an MNE instance.\n\nCorresponds to the output from 'ICL_feature_extractor.m'.", 'signature': 'def test_get_features_from_precomputed_ica('}</s>psd_long_epo_pat... | 0 |
{'name': 'TopLevelMixin.transform_fold@altair/vegalite/v5/api.py', 'description': 'Add a FoldTransform to the spec.\n\nParameters\n----------\nfold : List(string)\n An array of data fields indicating the properties to fold.\nas : [string, string]\n The output field names for the key and value properties produced ... | 0 |
{'name': 'TestTableOne.test_custom_statistical_tests@tests/unit/test_tableone.py', 'description': 'Test that the user can specify custom statistical functions.', 'signature': 'def test_custom_statistical_tests(self):'}</s>{'name': 'data_small@tests/unit/test_tableone.py', 'description': 'create small dataset', 'code': ... | 0 |
{'name': 'HostRecordV6.ipv6addrs@infoblox_client/objects.py', 'description': ':meta private:', 'signature': 'def ipv6addrs(self):'}</s>{'name': 'NotificationRuleexpressionop@infoblox_client/objects.py', 'description': 'DOCSTRING', 'base_classes': ['SubObjects'], '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': 'odeint@torchdyn/numerics/odeint.py', 'description': 'Solve an initial value problem (IVP) determined by function `f` and initial condition `x`.\n\n Functional `odeint` API of the `torchdyn` package.\n\nArgs:\n f (Callable):\n x (Tensor):\n t_span (Union[List, Tensor]):\n solver (... | 0 |
{'name': 'ParserElement.runTests@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Execute the parse expression on a series of test strings, showing each\ntest, the parsed results or where the parse failed. Quick and easy way to\nrun a parse expression against a list of sample strings.\n \nP... | 0 |
{'name': 'BitcoinTestFramework.main@test/functional/test_framework/test_framework.py', 'description': 'Main function. This should not be overridden by the subclass test scripts.', 'signature': 'def main(self):'}</s>TEST_EXIT_FAILED = 1 | 1 |
{'name': 'fat.extend_cluster@tools/fat16copy.py', 'description': 'Given a cluster which is the *last* cluster in a chain, extend it to hold\nat least `amount` more bytes.', 'signature': 'def extend_cluster(self, cluster, amount):'}</s>{'name': 'skip_bytes@tools/fat16copy.py', 'description': 'Fast-forward the given file... | 0 |
{'name': 'TarInfo.frombuf@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/distlib/_backport/tarfile.py', 'description': 'Construct a TarInfo object from a 512 byte bytes object.\n ', 'signature': 'def frombuf(cls, buf, encoding, errors):'}</s>RECORDSIZE = BLOCKSIZE * 20 | 0 |
{'name': 'List.cast_item@nbtlib/tag.py', 'description': 'Cast list item to the appropriate tag type.\n\n.. doctest::\n\n >>> List[Int].cast_item(123)\n Int(123)\n\nArguments:\n item:\n Can be any object convertible to the current tag type. If the\n conversion fails, the method raises a :class:`Ca... | 1 |
{'name': 'test_https_h1@test/integration/test_integration_basics.py', 'description': 'Test h1 over https.\n\nRuns the CLI configured to use HTTP/1 over https against our test server, and sanity\nchecks statistics from both client and server.', 'signature': 'def test_https_h1(https_test_server_fixture):'}</s>{'name': 'q... | 0 |
{'name': 'get_info@venv/Lib/site-packages/numpy/distutils/system_info.py', 'description': 'notfound_action:\n 0 - do nothing\n 1 - display warning message\n 2 - raise error', 'signature': 'def get_info(name, notfound_action=0):'}</s>{'name': 'BlasNotFoundError@venv/Lib/site-packages/numpy/distutils/system_info.py', ... | 0 |
{'name': 'get_model@models.py', 'description': 'Get appropriate model based on model_name and input arguments\nArgs: \n model_name - (str) which model to use \n kwargs - input arguments corresponding to the model name\n\nReturns: \n returns the model!', 'signature': 'def get_model(model_name, **kwargs):'}</s>{'name'... | 1 |
{'name': 'get_model_file@encoding/models/model_store.py', 'description': "Return location for the pretrained on local file system.\n\nThis function will download from online model zoo when model cannot be found or has mismatch.\nThe root directory will be created if it doesn't exist.\n\nParameters\n----------\nname : s... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCHT_CLUSRCVR = py23long(8) | 0 |
{'name': 'weighted_sum@bimpm/layer_utils.py', 'description': ':param atten_scores: # [batch_size, len1, len2]\n:param in_values: [batch_size, len2, dim]\n:return:', 'signature': 'def weighted_sum(atten_scores, in_values):'}</s>{'name': 'calcuate_attention@bimpm/layer_utils.py', 'description': 'DOCSTRING', 'code': 'def ... | 0 |
{'name': 'PFState._from_struct@pf/state.py', 'description': 'Initialize class attributes from a pfsync_state structure.', 'signature': 'def _from_struct(self, s):'}</s>ICMP6_DST_UNREACH_NOPORT = 4 | 0 |
{'name': 'routsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'name,NAME,begintitle,endtitle\nrname,ctype,rformat\nroutdebugshowvalue', 'signature': 'def routsign2map(rout):'}</s>{'name': 'isunsigned_long_long@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description': 'DOCSTRING', 'code': "... | 0 |
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im... | 0 |
{'name': 'SQL@grizli/aws/db.py', 'description': "Send a query to a database through `pandas.read_sql_query`\n\nParameters\n----------\nquery_text : str\n Query text, e.g., 'SELECT count(*) FROM table;'.\n\nengine : `sqlalchemy.engine.Engine`\n DB connection engine initialized with `~grizli.aws.db.get_db_engine`. ... | 0 |
{'name': 'process_direct_grism_visit@grizli/prep.py', 'description': 'Full processing of a direct (+grism) image visit.\n\nParameters\n----------\ndirect : dict\n Dictionary with keys \'files\' and \'product\' for the direct images.\n\ngrism : dict\n Dictionary with keys \'files\' and \'product\' for the grism im... | 0 |
{'name': 'variantCallSamFileTargetFn@src/margin/marginCallerLib.py', 'description': 'Collates the posterior probabilities and calls SNVs for each reference base.\n ', 'signature': 'def variantCallSamFileTargetFn(target, samFile, referenceFastaFile, '}</s>{'name': 'loadHmmSubstitutionMatrix@src/margin/marginCallerLib... | 1 |
{'name': 'RemoteTest.fill_default_arguments@tests/run_all_tests.py', 'description': 'Fills in default arguments for the RemoteTest object.\n\nThis method fills in default arguments for the RemoteTest object based\non the specified test name. It sets default values for test name filters,\nMinIO configurations, Google te... | 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>MQMASTER_YES = 1 | 0 |
{'name': 'pmt@venv/Lib/site-packages/numpy/lib/financial.py', 'description': "Compute the payment against loan principal plus interest.\n\nGiven:\n * a present value, `pv` (e.g., an amount borrowed)\n * a future value, `fv` (e.g., 0)\n * an interest `rate` compounded once per period, of which\n there are\n * `nper` t... | 0 |
{'name': 'flags@carml/carml_monitor.py', 'description': 'Basically converts a dict into name=value string, but only if the\nkey is all-uppercase. This is because of the way we re-map keyword\nargs for the circuit listeners, etcetra.', 'signature': 'def flags(d):'}</s>{'name': 'tor_log@carml/carml_monitor.py', 'descript... | 0 |
{'name': 'handle_control_command@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Handle command from control channel', 'signature': 'def handle_control_command(sniffer, arg, typ, payload):'}</s>extcap_log_handler = None | 0 |
{'name': 'TestCase.test_train@detectree2/tests/integration/demo.py', 'description': 'Integration test: Training on Paracou dataset for a single step.\n\nRuns on CPU.', 'signature': 'def test_train(self):'}</s>suite = unittest.TestLoader().loadTestsFromTestCase(TestCase) | 0 |
{'name': 'main@qtsass/cli.py', 'description': 'CLI entry point.', 'signature': 'def main():'}</s>_log = logging.getLogger(__name__) | 1 |
{'name': 'Empty@src/api/python/z3/z3.py', 'description': 'Create the empty sequence of the given sort\n>>> e = Empty(StringSort())\n>>> e2 = StringVal("")\n>>> print(e.eq(e2))\nTrue\n>>> e3 = Empty(SeqSort(IntSort()))\n>>> print(e3)\nEmpty(Seq(Int))\n>>> e4 = Empty(ReSort(SeqSort(IntSort())))\n>>> print(e4)\nEmpty(ReSo... | 0 |
{'name': 'convert_inspirations@code/html/generate_static_website.py', 'description': ':param inspirations:\n:param entries:\n:return:', 'signature': 'def convert_inspirations(inspirations, entries):'}</s>{'name': 'preprocess@code/html/generate_static_website.py', 'description': 'Sets a few additional fields in the entr... | 0 |
{'name': 'sweep@library/dothat/backlight.py', 'description': 'Set the backlight LEDs to a gradient centered on supplied hue\n\nSupplying zero to range would be the same as hue()\n\n:param hue: hue value between 0.0 and 1.0\n:param range: range value to deviate the left and right hue', 'signature': 'def sweep(hue, sweep... | 0 |
{'name': 'main@swagger_to/bin/swagger_to_py_client.py', 'description': 'Execute the main routine.', 'signature': 'def main() -> None:'}</s>{'name': '_to_request@swagger_to/py_client.py', 'description': 'Translate an endpoint from an intermediate representation to a Python client request function.\n\n:param endpoint: in... | 0 |
{'name': 'TrimmedMatchDesignTest.testOutputCandidateDesignWithMissingObservation@trimmed_match/design/tests/trimmed_match_design_test.py', 'description': 'Checks that no error is raised if missing observation are present.', 'signature': 'def testOutputCandidateDesignWithMissingObservation(self):'}</s>{'name': 'generate... | 0 |
{'name': 'load_gensim_topicvec_sklearnclassifier@shorttext/classifiers/bow/topic/SkLearnClassification.py', 'description': 'Load the classifier, a wrapper that uses scikit-learn classifier, with\n feature vectors given by a topic model, from files.\n\n# Reference\n\nXuan Hieu Phan, Cam-Tu Nguyen, Dieu-Thu Le, Minh Le N... | 1 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQMCEV_REPAIR_ALERT_ON = 29 | 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': 'wasm_vec_to_list@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a vector or a POINTER(vector) to a list\nvector of type pointers -> list of type pointers', 'signature': 'def wasm_vec_to_list(vec):'}</s>{'name': 'wasm_ref_set_host_info@language-bindings/python/src/wamr/wasmcapi/bi... | 0 |
{'name': '_doc_resource@python/couchdb-python/couchdb/client.py', 'description': 'Return the resource for the given document id.\n ', 'signature': 'def _doc_resource(base, doc_id):'}</s>{'name': 'ViewResults@python/couchdb-python/couchdb/client.py', 'description': "Representation of a parameterized view (either perm... | 0 |
{'name': 'SeriesTests.test_tubeDiverting_ReEntrantResumeReceive@tubes/test/test_tube.py', 'description': 'Diverting a tube that is receiving data from a fount which\nsynchronously produces some data to C{receive} will ... uh .. work.', 'signature': 'def test_tubeDiverting_ReEntrantResumeReceive(self):'}</s>{'name': 'IF... | 0 |
{'name': 'compile_fun_manually@src/makefun/main.py', 'description': ':param target:\n:return:', 'signature': 'def compile_fun_manually(target,'}</s>{'name': 'wraps@src/makefun/main.py', 'description': 'A decorator to create a signature-preserving wrapper function.\n\nIt is similar to `functools.wraps`, but\n\n - relies... | 0 |
{'name': 'fsn2uri@Monika After Story/game/python-packages/mutagen/_senf/_fsnative.py', 'description': "Args:\n path (fsnative): The path to convert to an URI\nReturns:\n `text`: An ASCII only URI\nRaises:\n TypeError: If no `fsnative` was passed\n ValueError: If the path can't be converted\n\nTakes a `fsnat... | 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': 'TriFingerPlatform.__init__@python/rrc_simulation/trifinger_platform.py', 'description': 'Initialize.\n\nArgs:\n visualization (bool): Set to true to run visualization.\n initial_robot_position: Initial robot joint angles\n initial_object_pose: Initial pose for the manipulation object.\n Can ... | 0 |
{'name': 'main@art/__main__.py', 'description': 'CLI main function.\n\n:return: None', 'signature': 'def main():'}</s>{'name': 'help_func@art/functions.py', 'description': 'Print help page.\n\n:return: None', 'code': 'def help_func():\n """\n Print help page.\n\n :return: None\n """\n tprint("art")\n ... | 1 |
{'name': 'FinalizeMetadata@tools/releasetools/ota_utils.py', 'description': 'Finalizes the metadata and signs an A/B OTA package.\n\nIn order to stream an A/B OTA package, we need \'ota-streaming-property-files\'\nthat contains the offsets and sizes for the ZIP entries. An example\nproperty-files string is as follows.\... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQQT_CLUSTER = 7 | 0 |
{'name': 'go@grizli/pipeline/auto_script.py', 'description': 'Run the full pipeline for a given target\n\nParameters\n----------\nroot : str\n Rootname of the `mastquery` file.\n\nextract_maglim : [min, max]\n Magnitude limits of objects to extract and fit.', 'signature': "def go(root='j010311+131615', "}</s>PHOE... | 0 |
{'name': 'compute_loss_on_dataset@notebooks/test_sparse_loss.py', 'description': 'Computes the loss for the given number of iterations\n\n:param dcn:\n:type dcn:\n:param data_loader:\n:type data_loader:\n:param num_iterations:\n:type num_iterations:\n:return:\n:rtype:', 'signature': 'def compute_loss_on_dataset(dcn, da... | 1 |
{'name': 'TriFingerPlatform.__init__@python/rrc_simulation/trifinger_platform.py', 'description': 'Initialize.\n\nArgs:\n visualization (bool): Set to true to run visualization.\n initial_robot_position: Initial robot joint angles\n initial_object_pose: Initial pose for the manipulation object.\n Can ... | 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': '__listAllUE9Unix@src/LabJackPython.py', 'description': 'Private listAll function for use on unix and mac machines to find UE9s.\n ', 'signature': 'def __listAllUE9Unix(connectionType):'}</s>LJ_chSHT_TEMP = 5000 | 0 |
{'name': 'loads@json_tricks/nonp.py', 'description': 'Convert a nested data structure to a json string.\n\n:param string: The string containing a json encoded data structure.\n:param decode_cls_instances: True to attempt to decode class instances (requires the environment to be similar the the encoding one).\n:param pr... | 0 |
{'name': '_makeTags@venv/Lib/site-packages/pip/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml,'}</s>_generatorType = type((y for y in range(1))) | 0 |
{'name': 'get_permission_owners_query@protector/internals.py', 'description': "This functions generate SQL statement for selecting groups and perms.\nSadly, Django doesn't support join in ORM\nShould not select users that hasn't got any role\nShould select perms that assigned to any role", 'signature': 'def get_permiss... | 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': 'AddOp@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['Operator'], 'methods': []} | 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': 'ExportHtml.get_tools@ExportHtml.py', 'description': 'Get tools for toolbar.', 'signature': 'def get_tools(self, tools, use_annotation, use_wrapping):'}</s>ANNOTATION_CODE = "<span style="background-color: %(highlight)s;"><a href="javascript:void();" class="annotation"><span class="%(class)s annotation" style=... | 0 |
{'name': 'get_optimal_precision_recall@generate_figures_and_tables.py', 'description': 'Find precision and recall values that maximize f1 score.', 'signature': 'def get_optimal_precision_recall(y_true, y_score):'}</s>{'name': 'specificity_score@generate_figures_and_tables.py', 'description': 'DOCSTRING', 'code': 'def s... | 0 |
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im... | 0 |
{'name': 'main@demo/face_img_demo.py', 'description': 'Visualize the demo images.\n\nUsing mmdet to detect the human.', 'signature': 'def main():'}</s>{'name': 'inference_top_down_pose_model@mmpose/apis/inference.py', 'description': "Inference a single image with a list of person bounding boxes.\n\nnum_people: P\nnum_k... | 1 |
{'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': 'TopLevelMixin.transform_fold@altair/vegalite/v5/api.py', 'description': 'Add a FoldTransform to the spec.\n\nParameters\n----------\nfold : List(string)\n An array of data fields indicating the properties to fold.\nas : [string, string]\n The output field names for the key and value properties produced ... | 0 |
{'name': 'Beam.add_supports@indeterminatebeam/indeterminatebeam.py', 'description': 'Associate support objects with the beam object.\n\nParameters\n----------\n*supports : iterable\n An iterable containing Support objects to be applied to\n the Beam object. Note that the load application point\n (or segment) m... | 0 |
{'name': 'invalidate_board_cache@thread.py', 'description': 'Invalidates the cache for the given board in addition to the firehose.', 'signature': 'def invalidate_board_cache(board_id: int):'}</s>{'name': 'create_thread@thread.py', 'description': 'Creates a new thread out of the given arguments.', 'code': 'def create_t... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.