text string | label int64 |
|---|---|
{'name': 'housekeeping@app/__init__.py', 'description': 'Check if the services we need are running.', 'signature': 'def housekeeping():'}</s>{'name': 'create_app@app/__init__.py', 'description': 'Create an application context with blueprints.', 'code': 'def create_app(debug=False):\n """Create an application context... | 0 |
{'name': 'OpusLangid.processFiles@opustools_pkg/opustools/opus_langid.py', 'description': 'Add language ids and confidence score to xml files.', 'signature': 'def processFiles(self):'}</s>{'name': 'Block@opustools_pkg/opustools/parse/block_parser.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name':... | 0 |
{'name': 'PretrainedConfig.from_pretrained@source/pytorch_transformers/modeling_utils.py', 'description': "Instantiate a :class:`~pytorch_transformers.PretrainedConfig` (or a derived class) from a pre-trained model configuration.\n\nParameters:\n pretrained_model_name_or_path: either:\n\n - a string with the ... | 1 |
{'name': 'parse_message@singer/messages.py', 'description': 'Parse a message string into a Message object.', 'signature': 'def parse_message(msg):'}</s>{'name': 'strptime_to_utc@singer/utils.py', 'description': 'DOCSTRING', 'code': 'def strptime_to_utc(dtimestr):\n d_object = dateutil.parser.parse(dtimestr)\n if ... | 0 |
{'name': 'DataContext.rebuild_db@disdat/data_context.py', 'description': "For this context, read in all pb's and rebuild tables.\nAll state is immutable.\n1.) Read in all HFrame PBs\n2.) Ensure that each HFrame PB is WEAKLY consistent -- file names corresponding to the\nframes are on disk (but we do not check their con... | 1 |
{'name': 'Normalizer._cut_too_long_string_values@src/upgini/normalizer/normalize_utils.py', 'description': 'Check that string values less than maximum characters for LLM', 'signature': 'def _cut_too_long_string_values(self, df: pd.DataFrame):'}</s>TARGET = "target" | 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': 'basis_is_marrie... | 0 |
{'name': 'MetarTest.test_030_parseTime_legal@test/test_metar.py', 'description': 'Check parsing of the time stamp.', 'signature': 'def test_030_parseTime_legal(self):'}</s>AUTO_RE = re.compile(r"^AO(?P<type>\d)\s+") | 0 |
{'name': 'JalaliDateTime.second@persiantools/jdatetime.py', 'description': 'Get the second component of the time.\n\nReturns:\n int: The second component of the time.', 'signature': 'def second(self) -> int:'}</s>MANTISSA = (
"دهم",
"صدم",
"هزارم",
"ده هزارم",
"صد هزارم",
"یک میلیونیم",
"... | 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': 'CheckForNonConstReference@third_party/cpplint/cpplint.py', 'description': 'Check for non-const references.\n\nSeparate from CheckLanguage since it scans backwards from current\nline, instead of scanning forward.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance conta... | 0 |
{'name': 'CScriptOp.encode_op_n@qa/rpc-tests/test_framework/script.py', 'description': 'Encode a small integer op, returning an opcode', 'signature': 'def encode_op_n(n):'}</s>MAX_SCRIPT_OPCODES = 201 | 0 |
{'name': 'matchPreviousLiteral@scripts/pdns/lib/python2.7/site-packages/pip/_vendor/pyparsing.py', 'description': 'Helper to define an expression that is indirectly defined from\nthe tokens matched in a previous expression, that is, it looks\nfor a \'repeat\' of a previous expression. For example::\n first = Word(n... | 0 |
{'name': 'select_hat_devices@examples/python/mcc172/multi_hat_synchronous_scan.py', 'description': 'This function performs a query of available DAQ HAT devices and determines\nthe addresses of the DAQ HAT devices to be used in the example. If the\nnumber of HAT devices present matches the requested number of devices,\... | 1 |
{'name': 'SchemaConverter._visit_pattern@examples/json_schema_to_grammar.py', 'description': 'Transforms a regular expression pattern into a GBNF rule.\n\nInput: https://json-schema.org/understanding-json-schema/reference/regular_expressions\nOutput: https://github.com/ggerganov/llama.cpp/blob/master/grammars/README.md... | 0 |
{'name': 'TrinoQuery.cancel@trino/client.py', 'description': 'Cancel the current query', 'signature': 'def cancel(self) -> None:'}</s>PRECISION_TYPES = ["time", "time with time zone", "timestamp", "timestamp with time zone", "decimal"] | 0 |
{'name': 'GetTokens@src/3rd_party-static/gmock-1.7.0/scripts/generator/cpp/tokenize.py', 'description': 'Returns a sequence of Tokens.\n\nArgs:\n source: string of C++ source code.\n\nYields:\n Token that represents the next token in the source.', 'signature': 'def GetTokens(source):'}</s>SYNTAX = "SYNTAX" | 1 |
{'name': 'humanbytes@resources/lib/util.py', 'description': 'Return the given bytes as a human friendly KB, MB, GB, or TB string', 'signature': 'def humanbytes(B):'}</s>SETTINGS_LOC = SETTINGS.getAddonInfo('profile') | 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>{'name': 'override@test/functional/feature_taproot.py', 'description': 'Return a callable that ev... | 0 |
{'name': 'Display.grab_server@Monika After Story/game/python-packages/Xlib/display.py', 'description': 'Disable processing of requests on all other client connections\nuntil the server is ungrabbed. Server grabbing should be avoided\nas much as possible.', 'signature': 'def grab_server(self, onerror = None):'}</s>Confi... | 0 |
{'name': 'botname@slackcli/names.py', 'description': 'Find the bot name associated to a bot ID.', 'signature': 'def botname(user_id):'}</s>{'name': 'SourceIndex@slackcli/names.py', 'description': 'An index for storing channel/group names without making too many calls to\nthe API.', 'base_classes': ['Singleton'], 'metho... | 0 |
{'name': 'TestSASExceptions.setUpClass@saspy/tests/test_sasexceptions.py', 'description': 'Create dummy config files for test cases. Use `NamedTemporaryFile`\ninstead of in-memory `StringIO` because `SASsession` expects a file\npath, not a file-like object when passed a `cfgfile`.', 'signature': 'def setUpClass(cls):'}... | 1 |
{'name': 'CppExpr.expectId@libc/kernel/tools/cpp.py', 'description': 'Check that a given token id is at the current position.', 'signature': 'def expectId(self, id):'}</s>tokSTRINGIFY = "#" | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQXEPO_NONE = 0 | 0 |
{'name': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>{'name': 'ModelRef@src/api/python/z3/z3.py', 'description': 'Model/Solution of a satisfiability problem (aka system of constraints).', 'base_classes': ['Z3PPObject'], 'm... | 0 |
{'name': 'Node.has_children@hamlish_jinja.py', 'description': 'returns False if children is empty or contains only empty lines else True.', 'signature': 'def has_children(self):'}</s>{'name': 'HamlishExtension@hamlish_jinja.py', 'description': 'DOCSTRING', 'base_classes': ['Extension'], 'methods': [{'name': 'HamlishExt... | 0 |
{'name': 'MultispeakerDictionaryMixin.dictionary_setup@montreal_forced_aligner/dictionary/multispeaker.py', 'description': 'Set up the dictionary for processing', 'signature': 'def dictionary_setup(self) -> Tuple[typing.Set[str], collections.Counter]:'}</s>{'name': 'generate_config_path@montreal_forced_aligner/config.p... | 0 |
{'name': 'about@app/views.py', 'description': 'about view', 'signature': 'def about(request):'}</s>{'name': 'HomePageView@app/views.py', 'description': 'DOCSTRING', 'base_classes': ['TemplateView'], 'methods': [{'name': 'HomePageView.get_context_data@app/views.py', 'description': 'providing additional context', 'code':... | 0 |
{'name': 'sign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'varname,ctype,atype\ninit,init.r,init.i,pytype\nvardebuginfo,vardebugshowvalue,varshowvalue\nvarrfromat\nintent', 'signature': 'def sign2map(a, var):'}</s>{'name': 'getarrdocsign@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'descrip... | 0 |
{'name': 'BisectRunner.run@nix_bisect/bisect_runner.py', 'description': 'Finds the first bad commit', 'signature': 'def run(self, bisect_fun):'}</s>_ANSI_BLUE = "[94m" | 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': 'load@modulemd_tools/modulemd_tools/yaml.py', 'description': 'Load modulemd YAML definition from a file', 'signature': 'def load(path):'}</s>{'name': '_yaml2stream@modulemd_tools/modulemd_tools/yaml.py', 'description': 'DOCSTRING', 'code': 'def _yaml2stream(mod_yaml):\n try:\n return _modulemd_read_p... | 0 |
{'name': 'test_enumerate_integral_points@tests/polytope_test.py', 'description': 'Test the computation of integral points.', 'signature': 'def test_enumerate_integral_points():'}</s>log = logging.getLogger('polytope.polytope') | 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': 'on_load_data@src/server/server.py', 'description': 'Allow pages to load needed data', 'signature': 'def on_load_data(data):'}</s>ShutdownButtonInputHandler = None | 0 |
{'name': 'MergeJob.update_from_target_branch_and_push@marge/job.py', 'description': 'Updates `source_branch` on `target_branch`, optionally add trailers and push.\nThe update strategy can either be rebase or merge. The default is rebase.\n\nReturns\n-------\n(sha_of_target_branch, sha_after_update, sha_after_rewrite)',... | 0 |
{'name': 'p_unary_expression@ctypesgen/parser/cgrammar.py', 'description': 'unary_expression : postfix_expression\n| INC_OP unary_expression\n| DEC_OP unary_expression\n| unary_operator cast_expression\n| SIZEOF unary_expression\n| SIZEOF LPAREN type_name RPAREN\n| asm_expression', 'signature': 'def p_unary_expression(... | 0 |
{'name': 'read_reshape2d@postprocessing/science/compute_diff_seissol_data.py', 'description': 'read seissol dataset\nand if there is only one time stamp\ncreate a second dimension of size 1', 'signature': 'def read_reshape2d(sx, dataname):'}</s>{'name': 'fuzzysort@postprocessing/science/compute_diff_seissol_data.py', '... | 0 |
{'name': 'FindStartOfExpressionInLine@tools/cpplint.py', 'description': 'Find position at the matching start of current expression.\n\nThis is almost the reverse of FindEndOfExpressionInLine, but note\nthat the input position and returned position differs by 1.\n\nArgs:\n line: a CleansedLines line.\n endpos: start s... | 0 |
{'name': 'CheckStyle@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': "Checks rules from the 'C++ style rules' section of cppguide.html.\n\nMost of these rules are hard to test (naming, comment style), but we\ndo what we can. In particular we check for 2-space indents, line lengths,\ntab usage, spaces insid... | 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': 'Client.mute_all@opentok/opentok.py', 'description': 'Mutes all streams in an OpenTok session.\n\nYou can include an optional list of streams IDs to exclude from being muted.\n\nIn addition to existing streams, any streams that are published after the call to\nthis method are published with audio muted. You ca... | 0 |
{'name': 'test_ssl_env@cheroot/test/test_ssl.py', 'description': 'Test the SSL environment generated by the SSL adapters.', 'signature': 'def test_ssl_env( # noqa: C901 # FIXME'}</s>{'name': 'ntou@cheroot/_compat.py', 'description': 'Return the native string as Unicode with the given encoding.', 'code': 'def ntou(n, ... | 1 |
{'name': 'parse_stdout@mhctools/parsing.py', 'description': "Generic function for parsing any NetMHC* output, given expected indices\nof values of interest.\n\nParameters\n----------\nstdout : str\n\nprediction_method_name : str\n\nkey_index : int\n\noffset_index : int\n\npeptide_index : int\n\nallele_index : int\n\nsc... | 1 |
{'name': 'test_is_data_homogenous@tests/test_utils.py', 'description': 'Test for is_data_homogeneous.', 'signature': 'def test_is_data_homogenous():'}</s>{'name': 'is_data_homogenous@nxviz/utils.py', 'description': 'Checks that all of the data in the container are of the same Python data\ntype. This function is called ... | 1 |
{'name': 'main@tools/otsdb-dump-restore/src/kilda/tsdb_dump_restore/dump.py', 'description': 'This tool dumps the data from an OpenTSDB\n\nOPENTSDB_ENDPOINT openTSDB endpoint\n\nTIME_START time since the data is dumped\n\nExample:\nkilda-otsdb-dump http://example.com:4242 2023-03-08', 'signature': 'def main(opentsdb_en... | 0 |
{'name': 'SimulateNARMAX.simulate@sysidentpy/simulation/_simulation.py', 'description': "Simulate the response of a NARMAX model based on user-defined parameters.\n\nThis method simulates the system's response using a predefined model structure\n(`model_code`) and estimated parameters (`theta`). It allows for both\ntra... | 0 |
{'name': 'AssessmentBase.__init__@pelicun/assessment.py', 'description': 'Initialize an Assessment object.\n\nParameters\n----------\nconfig_options:\n User-specified configuration dictionary.', 'signature': 'def __init__(self, config_options: dict[str, Any] | None = None) -> None:'}</s>{'name': 'LogNormalRandomVari... | 0 |
{'name': 'CreateDatatypes@src/api/python/z3/z3.py', 'description': "Create mutually recursive Z3 datatypes using 1 or more Datatype helper objects.\n\nIn the following example we define a Tree-List using two mutually recursive datatypes.\n\n>>> TreeList = Datatype('TreeList')\n>>> Tree = Datatype('Tree')\n>>> # Tre... | 0 |
{'name': '_GetTextInside@scripts/cpplint.py', 'description': "Retrieves all the text between matching open and close parentheses.\n\nGiven a string of lines and a regular expression string, retrieve all the text\nfollowing the expression and between opening punctuation symbols like\n(, [, or {, and the matching close-p... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQZIC_LENGTH_1 = 84 | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQPRT_ASYNC_RESPONSE = 2 | 0 |
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'SetDel@src/api/python/z3/z3.py', 'description': "Remove element e to set s\n>>> a = Const('a', SetSort(IntSort()... | 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': 'Client.login_via_device_flow@SalesforcePy/sfdc.py', 'description': 'Performs OAuth device flow end-to-end and returns final authentication response if successful. Raises `SFDCRequestException` otherwise.\n\n:param: **kwargs: kwargs\n:type: **kwargs: dict\n:return: Authentication response\n:rtype: (dict, devic... | 0 |
{'name': 'ParseArguments@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(a... | 0 |
{'name': 'ensure_core@jupyterlab/commands.py', 'description': 'Ensure that the core assets are available.', 'signature': 'def ensure_core(logger=None):'}</s>{'name': 'LockStatus@jupyterlab/commands.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': []} | 0 |
{'name': 'get_state_op@tensorflow_quantum/core/ops/circuit_execution_ops.py', 'description': "Get a TensorFlow op that produces states from given quantum circuits.\n\nThis function produces a non-differentiable op that will calculate\nbatches of state tensors given tensor batches of `cirq.Circuit`s and\nparameter value... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRC_WAIT_INTERVAL_ERROR = 2090 | 0 |
{'name': 'build_custom_option_spread_order@tdameritrade/orders/order_builder.py', 'description': 'Custom Option Spread\n\nBuy to open 2 contracts of the XYZ Jan 17, 2020 $43 Put and Sell to open\n1 contracts of the XYZ Jan 18, 2019 $45 Put at the Market good for the Day.', 'signature': 'def build_custom_option_spread_o... | 1 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_EPH_ERROR = 2420 | 0 |
{'name': 'save_config@pyrgg/functions.py', 'description': 'Save input_dict as the generation config.\n\n:param input_dict: input data\n:type input_dict: dict\n:return: path to file as str', 'signature': 'def save_config(input_dict):'}</s>{'name': 'get_min_max_weight@pyrgg/functions.py', 'description': 'Get minimum and ... | 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': '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': 'Abs@src/api/python/z3/z3.py', 'description': 'Create the absolute value of an arithmetic expression', 'code': 'def Abs(arg):\n ... | 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>SPLITS ... | 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': 'InfobloxObject.fetch@infoblox_client/objects.py', 'description': 'Fetch object from NIOS by _ref or searchfields\n\nUpdate existent object with fields returned from NIOS\n\nReturns:\n True if object successfully fetched. False otherwise.\nRaises:\n InfobloxFetchGotMultipleObjects:\n If fetch got ... | 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': 'calculate_hidden_flow@experiments/causal_trace.py', 'description': 'Runs causal tracing over every token/layer combination in the network\nand returns a dictionary numerically summarizing the results.', 'signature': 'def calculate_hidden_flow('}</s>{'name': 'flatten_masked_batch@rome/tok_dataset.py', 'descrip... | 0 |
{'name': 'IntervalArray.__add__@nelpy/core/_intervalarray.py', 'description': 'add length to start and stop of each interval, or join two interval arrays without merging', 'signature': 'def __add__(self, other):'}</s>{'name': 'EpochArray@nelpy/core/_intervalarray.py', 'description': 'IntervalArray containing temporal i... | 0 |
{'name': 'Test.test_L5@tests/test_image.py', 'description': 'Test the image module for Landsat 5', 'signature': 'def test_L5(self):'}</s>{'name': '__lshift__@eemont/image.py', 'description': 'Computes the left shift operation between two images.\n\nParameters\n----------\nself : ee.Image\n Left operand.\nother : ee.... | 0 |
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>{'name': 'memchanged_handler@gef.py', 'description': 'GDB event handler for mem changes cases.', 'code': 'def memchanged_handler(_: "gdb.MemoryChangedEvent") -> N... | 0 |
{'name': 'BL3Profile.set_vaultcard3_keys@bl3save/bl3profile.py', 'description': 'Sets the number of Vault Card 3 keys to `num_keys`', 'signature': 'def set_vaultcard3_keys(self, num_keys):'}</s>takedown_missions = {
'/Game/PatchDLC/Raid1/Missions/Mission_Raid1Intro.Mission_Raid1Intro_C': (
'/Game/Pa... | 0 |
{'name': 'scene@solution/tools/aliyun_subscribe_actiontrail/index.py', 'description': 'Params: context 格式\n{\n "accountId":"",\n "eventId:":"",\n "rgId":"",\n "resId":"",\n "resType":"disk"\n}\n场景一:有两个账号:\n1、日志账号,开通事件总线 + 函数计算 + RDS,用于响应事件。\n2、业务账号,开通事件总线,将事件总线消息推到日志账号。\n\n场景二:有三个账号:\n1、日志账号,开通事件总线 + 函数计... | 0 |
{'name': 'inference_winner_take_all@model.py', 'description': 'infer depth map from mvs images and cameras ', 'signature': 'def inference_winner_take_all(images, cams, depth_num, depth_start, depth_end, is_master_gpu=True, inverse_depth=False):'}</s>{'name': 'UNetDS2@network.py', 'description': '2D U-Net with group nor... | 0 |
{'name': 'configure_via_file@isi_data_insights_config.py', 'description': "Configure the daemon's stat groups and the stats processor via command line\narguments and configuration file. The command line args override settings\nprovided in the config file.", 'signature': 'def configure_via_file(daemon, args, config_file... | 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': 'InitiatorConnector.factory@os_brick/initiator/connector.py', 'description': 'Build a Connector object based upon protocol and architecture.', 'signature': 'def factory(protocol, root_helper, driver=None,'}</s>VZSTORAGE = "VZSTORAGE" | 1 |
{'name': 'load_key_pubkey@src/M2Crypto/EVP.py', 'description': 'Load an M2Crypto.EVP.PKey from a public key as a file.\n\n:param file: Name of file containing the key in PEM format.\n\n:param callback: A Python callable object that is invoked\n to acquire a passphrase with which to protect the\n ... | 0 |
{'name': 'TLP.get_lower_address@fpga/lib/pcie/tb/pcie.py', 'description': 'Compute lower address field from address and first byte enable', 'signature': 'def get_lower_address(self):'}</s>TLP_MSG_ADDR = (FMT_4DW, 0x11) | 0 |
{'name': 'BaseCompiler.get_full_source_path@src/static_precompiler/compilers/base.py', 'description': 'Return the full path to the given source file.\n Check if the source file exists.\n The returned path is OS-dependent.\n\n:param source_path: relative path to a source file\n:returns: full path to the source fil... | 1 |
{'name': '_NestingState.UpdatePreprocessor@compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Update preprocessor stack.\n\nWe need to handle preprocessors due to classes like this:\n #ifdef SWIG\n struct ResultDetailsPageElementExtensionPoint {\n #else\n struct ResultDetailsPageElementExtensionP... | 0 |
{'name': 'name2test_func@multichecklist/generate_test_utils.py', 'description': 'Maps from the test name to the respective function to generate tests.', 'signature': 'def name2test_func(name):'}</s>{'name': 'generate_comparison_tests@multichecklist/generate_test_utils.py', 'description': 'Method to generate comparison ... | 1 |
{'name': '_build_agg@loudml/influx.py', 'description': 'Build requested aggregation', 'signature': 'def _build_agg(feature):'}</s>{'name': 'format_bool@loudml/influx.py', 'description': 'DOCSTRING', 'code': "def format_bool(string):\n if string.lower() == 'true':\n return 'True'\n elif string.lower() == 'f... | 0 |
{'name': 'visualize_result@image_adaptive_lut_train_paired.py', 'description': 'Saves a generated sample from the validation set', 'signature': 'def visualize_result(epoch):'}</s>{'name': 'ImageDataset_XYZ_unpaired@datasets.py', 'description': 'DOCSTRING', 'base_classes': ['Dataset'], 'methods': [{'name': 'ImageDataset... | 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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_CORREL_ID_ERROR = 2207 | 0 |
{'name': 'encrypt_password@flask_security/utils.py', 'description': 'Encrypt the specified plaintext password.\n\nIt uses the configured encryption options.\n\n.. deprecated:: 2.0.2\n Use :func:`hash_password` instead.\n\n:param password: The plaintext password to encrypt', 'signature': 'def encrypt_password(password... | 0 |
{'name': 'GetBestInterface@comtypes/client/_managing.py', 'description': "Try to QueryInterface a COM pointer to the 'most useful'\ninterface.\n\nGet type information for the provided object, either via\nIDispatch.GetTypeInfo(), or via IProvideClassInfo.GetClassInfo().\nGenerate a wrapper module for the typelib, and QI... | 0 |
{'name': 'transactions@n26/cli.py', 'description': 'Show transactions (default: 5) ', 'signature': 'def transactions(categories: str, pending: bool, param_from: datetime or None, param_to: datetime or None,'}</s>{'name': 'spaces@n26/cli.py', 'description': 'Show spaces ', 'code': 'def spaces():\n """ Show spaces """... | 0 |
{'name': 'MOLOutput.sample@cube/networks/loss.py', 'description': 'Sample from discretized mixture of logistic distributions\nArgs:\n y (Tensor): B x T x C\n log_scale_min (float): Log scale minimum value\nReturns:\n Tensor: sample in range of [-1, 1].', 'signature': 'def sample(self, y, log_scale_min=None, te... | 0 |
{'name': 'browser@cloud_browser/views.py', 'description': 'View files in a file path.\n\n:param request: The request.\n:param path: Path to resource, including container as first part of path.\n:param template: Template to render.', 'signature': 'def browser(request, path="", template="cloud_browser/browser.html"):'}</... | 1 |
{'name': 'Region.__add__@polytope/polytope.py', 'description': 'Return union with Polytope or Region.\n\nApplies convex simplification if possible.\nTo turn off this check,\nuse Region.union\n\n@type other: L{Polytope} or L{Region}\n@rtype: L{Region}', 'signature': 'def __add__(self, other):'}</s>{'name': 'is_adjacent@... | 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': 'cblaster@cblaster/main.py', 'description': "Run cblaster.\n\nThis function is the central workflow for the entire cblaster package.\n\nArguments:\n query_file (str): Path to FASTA format query file\n query_ids (list): NCBI protein sequence identifiers\n query_profiles(list): Pfam profile identifiers\... | 0 |
{'name': 'ParseInstancesMultiZone.setUp@testing/test_parser.py', 'description': 'Setup for each test.\n\n ', 'signature': 'def setUp(self):'}</s>{'name': 'OnlyReadSignalExchangeBlock@testing/test_parser.py', 'description': 'Tests the export of a wrapper fmu and simulation from model with only read signal exchang... | 0 |
{'name': 'ResNet50@models/mynet3.py', 'description': 'output, low_level_feat:\n2048, 256', 'signature': 'def ResNet50(output_stride, BatchNorm=nn.BatchNorm2d, pretrained=True, in_c=3):'}</s>{'name': 'build_backbone@models/mynet3.py', 'description': 'DOCSTRING', 'code': "def build_backbone(backbone, output_stride, Batch... | 0 |
{'name': 'get_deck_info@ankipandas/raw.py', 'description': 'Get information about decks.\n\nArgs:\n db: Database (:class:`sqlite3.Connection`)\n\nReturns:\n Nested dictionary', 'signature': 'def get_deck_info(db: sqlite3.Connection) -> dict:'}</s>anki_columns = {
"cards": [
"id",
"nid",
... | 0 |
{'name': 'ChromeRemoteDebugInterface.blocking_navigate@ChromeController/manager.py', 'description': 'Do a blocking navigate to url `url`.\n\nThis function triggers a navigation, and then waits for the browser\nto claim the page has finished loading.\n\nRoughly, this corresponds to the javascript `DOMContentLoaded` even... | 0 |
{'name': 'fixture_repo_name@tests/conftest.py', 'description': 'Return a repository name.', 'signature': 'def fixture_repo_name() -> str:'}</s>{'name': 'fixture_label@tests/conftest.py', 'description': 'Return a single Label instance.', 'code': 'def fixture_label() -> Label:\n """Return a single Label instance."""\n... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.