text string | label int64 |
|---|---|
{'name': 'markdownToclify@third_party/Catch2/scripts/updateDocumentToC.py', 'description': 'Function to add table of contents to markdown files.\n\nParameters\n-----------\n input_file: str\n Path to the markdown input file.\n\n output_file: str (default: None)\n Path to the markdown output file.\n\n min_toc_l... | 0 |
{'name': 'RedisStorage.append_event@django_eventstream/storage.py', 'description': 'Appends a new event to the storage for the specified channel.\n\nArgs:\n channel (str): The name of the channel to append the event to.\n event_type (str): The type of the event.\n data (dict): The data associated with the even... | 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': 'repl@todoman/cli.py', 'description': 'Start an interactive shell.', 'signature': 'def repl(ctx: click.Context) -> None:'}</s>_interactive_option = click.option(
"--interactive",
"-i",
is_flag=True,
default=None,
help="Go into interactive mode before saving the task.",
) | 0 |
{'name': 'LSAnomaly.get_params@lsanomaly/_lsanomaly.py', 'description': 'Not implemented.\n\nArgs:\n deep (bool):\n\nReturns:', 'signature': 'def get_params(self, deep=True):'}</s>{'name': 'median_kneighbour_distance@lsanomaly/lengthscale_approx.py', 'description': 'Calculate the median distance between a set of ran... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCACF_AUTH_PROFILE_NAME = 3067 | 0 |
{'name': 'build_sampler_list@tests/test_samplers.py', 'description': 'Build a list of samplers with parameter param_IC', 'signature': 'def build_sampler_list(loglikelihood, logprior, param_IC):'}</s>build_sghmc_sampler = sgmcmc_sampler(build_sghmc_kernel) | 1 |
{'name': 'data_generator@Mask_RCNN/mrcnn/model.py', 'description': 'A generator that returns images and corresponding target class ids,\nbounding box deltas, and masks.\n\ndataset: The Dataset object to pick data from\nconfig: The model config object\nshuffle: If True, shuffles the samples before every epoch\naugment: ... | 0 |
{'name': 'get_bbox_and_stat_pcl@obstacle-detection/scripts/test.py', 'description': 'Gettitng bounding boxes for reqired sequence of scans and labels\nAlso ability to grep time execution statistic.\nscan_lst: list,\nA list of LIDAR scans\nlabels_lst: list,\nA list of labels respectively\nobstacle_lst: list,\nA list of ... | 0 |
{'name': 'main@tools/otsdb-dump-restore/src/kilda/tsdb_dump_restore/restore.py', 'description': 'This tool restore the data to an OpenTSDB\n\nOPENTSDB_ENDPOINT openTSDB endpoint\n\nExample:\nkilda-otsdb-restore http://example.com:4242', 'signature': 'def main(opentsdb_endpoint, **options):'}</s>_timestamp_adapter = Ada... | 0 |
{'name': 'Printer.print@tools/hadb.py', 'description': 'Print header, states & events.', 'signature': 'def print(self) -> None:'}</s>TS_WIDTH = 26 | 0 |
{'name': 'LogException.__writeLog@boxx/tool/toolLog.py', 'description': '判断是否打印和写入', 'signature': 'def __writeLog(self,strr):'}</s>{'name': 'if_main_then_g_call@boxx/tool/toolLog.py', 'description': "`mg` is short of if_main_then_g_call\nWill transport `locals()` to Python interactive console when __name__ == '__main__... | 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': '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': 'PFDivert._to_struct@pf/rule.py', 'description': 'Convert a PFDivert object to a divert structure.', 'signature': 'def _to_struct(self):'}</s>{'name': 'PFRule@pf/rule.py', 'description': 'Class representing a Packet Filter rule.', 'base_classes': ['PFObject'], 'methods': [{'name': 'PFRule.__init__@pf/rule.py',... | 0 |
{'name': 'register_component_services@custom_components/irrigation_unlimited/service.py', 'description': 'Register the component', 'signature': 'def register_component_services('}</s>ATTR_VERSION = "version" | 1 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCD_VERSION_8 = py23long(8) | 0 |
{'name': 'note_to_svara_h@librosa/core/convert.py', 'description': "Convert western notes to Hindustani svara\n\nNote that this conversion assumes 12-tone equal temperament.\n\nParameters\n----------\nnotes : str or iterable of str\n Notes to convert (e.g., `'C#'` or `['C4', 'Db4', 'D4']`\n\nSa : str\n Note corre... | 0 |
{'name': 'BreakpointAfterJoinTestCase.test@llvm-project/lldb/test/API/functionalities/thread/break_after_join/TestBreakAfterJoin.py', 'description': 'Test breakpoint handling after a thread join.', 'signature': 'def test(self):'}</s>{'name': 'get_one_thread_stopped_at_breakpoint_id@llvm-project/lldb/packages/Python/lld... | 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': 'mpl_palette@nelpy/plotting/palettes.py', 'description': 'Return discrete colors from a matplotlib palette.\n\nNote that this handles the qualitative colorbrewer palettes\nproperly, although if you ask for more colors than a particular\nqualitative palette can provide you will get fewer than you are\nexpecting... | 0 |
{'name': 'get_color@src/czml3/types.py', 'description': 'Determines if the input is a valid color', 'signature': 'def get_color(color) -> list[float] | None:'}</s>{'name': 'TimeInterval@src/czml3/types.py', 'description': 'A time interval, specified in ISO8601 interval format.', 'base_classes': ['BaseCZMLObject'], 'met... | 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': 'IGraph.del_node@summarization/graph.py', 'description': 'Remove a node from the graph.\n\n@type node: node\n@param node: Node identifier.', 'signature': 'def del_node(self, node):'}</s>{'name': 'Graph@summarization/graph.py', 'description': 'Implementation of an undirected graph, based on Pygraph', 'base_cla... | 0 |
{'name': 'carfac_init@python/np/carfac.py', 'description': 'Initialize state for one or more ears of a CARFAC model.\n\nThis allocates and zeros all the state vector storage in the cfp struct.\nArgs:\n cfp: the state structure for the filterbank\n\nReturns:\n A new version of the state structure with all initializati... | 0 |
{'name': 'provider.stop_loading@dataset/union_person.py', 'description': 'to kill all threads\n ', 'signature': 'def stop_loading(self):'}</s>{'name': 'get_shape@utils/test_tools.py', 'description': 'Returns the dimensions of a Tensor as list of integers or scale tensors.\n\nArgs:\n x: N-d Tensor;\n rank: Rank... | 0 |
{'name': 'BradleyTerryPart._calculate_team_ratings@openskill/models/weng_lin/bradley_terry_part.py', 'description': "Get the team ratings of a game.\n\n:param game: A list of teams, where teams are lists of\n :class:`BradleyTerryPartRating` objects.\n\n:param ranks: A list of ranks for each team in the game... | 0 |
{'name': 'slack_notification_publish@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 slack_notification_publish(event, context):'}</s>{'name... | 0 |
{'name': 'Environment.readers@lmdb/cffi.py', 'description': 'Return a multi line Unicode string describing the current state of\nthe reader lock table.', 'signature': 'def readers(self):'}</s>{'name': 'NotFoundError@lmdb/cffi.py', 'description': 'No matching key/data pair found.\n\nNormally py-lmdb indicates a missing ... | 0 |
{'name': 'datetime_from_timestamp@yaql/standard_library/date_time.py', 'description': ':yaql:datetime\n\nReturns datetime object built by timestamp.\n\n:signature: datetime(timestamp, offset => timespan(0))\n:arg timestamp: timespan object to represent datetime\n:argType timestamp: number\n:arg offset: datetime offset ... | 1 |
{'name': 'View._dbscan@picasso/gui/render.py', 'description': 'Performs DBSCAN in a given channel with user-defined parameters\nand saves the result.\n\nParameters\n----------\nchannel : int\n Index of the channel were clustering is performed\npath : str\n Path to save clustered localizations\nradius : float\n ... | 0 |
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>LOG_EMERG = 0 | 0 |
{'name': 'FuncSeleniumMixin.execute_script@src/django_functest/funcselenium.py', 'description': 'Executes the suppplied Javascript in the browser and returns the results.', 'signature': 'def execute_script(self, script, *args):'}</s>{'name': '_get_shadow_root@src/django_functest/funcselenium.py', 'description': 'DOCSTR... | 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': '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': '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': '_is_add@src/api/python/z3/z3printer.py', 'description': 'DOCSTRING', 'code': 'def _is_add(k):\n return k == Z... | 0 |
{'name': 'generate_files@scripts/update_api.py', 'description': 'Scan the api files in ``api_files`` and emit the relevant API files into\nthe output directories specified. If an output directory is set to ``None``\nthen the files for that language binding or module are not emitted.\n\nThe reason for this function inte... | 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>MQQSO_NO = 0 | 0 |
{'name': 'Mouse.handle_position@qt4c/mouse.py', 'description': '坐标转换', 'signature': 'def handle_position(x, y):'}</s>{'name': 'MouseClickType@qt4c/mouse.py', 'description': '鼠标点击枚举类\n ', 'base_classes': ['object'], 'methods': []} | 0 |
{'name': 'DataStream.partition_by@streaming/python/raystreaming/datastream.py', 'description': 'Sets the partitioning of the :class:`DataStream` so that the elements\nof stream are partitioned by specified partition function.\n\nArgs:\n partition_func: partition function.\n If `func` is a python function instead ... | 0 |
{'name': 'test_no_setsid_doesnt_signal_entire_group@tests/child_processes_test.py', 'description': 'When dumb-init is not running in setsid mode, it should only signal its\nimmediate child.', 'signature': 'def test_no_setsid_doesnt_signal_entire_group():'}</s>{'name': 'living_pids@tests/child_processes_test.py', 'descr... | 1 |
{'name': 'ParserElement.addCondition@blockchain-env/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Add a boolean predicate function to expression\'s list of parse actions. See \nL{I{setParseAction}<setParseAction>} for function call signatures. Unlike C{setParseAction}, \nfunctions pas... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQAT_VMS = 12 | 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': 'Metric.compute_util_metric_on_sql@metrics.py', 'description': 'Computes a util metric with caching and filtering handled correctly.', 'signature': 'def compute_util_metric_on_sql('}</s>{'name': 'compute_on@metrics.py', 'description': 'DOCSTRING', 'code': 'def compute_on(df,\n split_by=None,\n ... | 0 |
{'name': 'Sampler.change_alpha@lda/lda.py', 'description': 'Update the alpha value; note that this invalidates precomputed values.', 'signature': 'def change_alpha(self, idx, val):'}</s>{'name': 'dict_sample@lda/lda.py', 'description': 'Sample a key from a dictionary using the values as probabilities (unnormalized)', '... | 0 |
{'name': 'do_setup@versioneer.py', 'description': 'Do main VCS-independent setup function for installing Versioneer.', 'signature': 'def do_setup():'}</s>{'name': 'render_pep440_old@versioneer.py', 'description': 'TAG[.postDISTANCE[.dev0]] .\n\nThe ".dev0" means dirty.\n\nExceptions:\n1: no tags. 0.postDISTANCE[.dev0]'... | 0 |
{'name': 'Plant.get_observation@src/astrobotany/models.py', 'description': "A long-form description of the plant.\n\nThis includes a random observations and other specific details about\nthe plant's current stage.", 'signature': 'def get_observation(self, ansi_enabled: bool = False) -> str:'}</s>audio_synthesizer = Ite... | 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': 'balance@n26/cli.py', 'description': 'Show account balance ', 'signature': 'def balance():'}</s>GRANT_TYPE_PASSWORD = "password" | 0 |
{'name': 'update_hospitalisations_qc_csv@refreshdata.py', 'description': 'Takes data_qc_manual_date.csv and extracts historic hospitalisation data.\n\ndata_qc_hospitalisations.csv file will be overwritten with the new updated file.\n\nParameters\n----------\nsources_dir : str\n Absolute path of sources dir.\nprocess... | 0 |
{'name': 'DefaultPytorchInferenceHandler.default_model_fn@src/sagemaker_pytorch_serving_container/default_pytorch_inference_handler.py', 'description': 'Loads a model. For PyTorch, a default function to load a model only if Elastic Inference is used.\nIn other cases, users should provide customized model_fn() in script... | 0 |
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>LJ_chSWDT_DIOA_STATE = 5208 | 0 |
{'name': 'ParseArguments@third_party/cpplint/cpplint.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(args):'}</s>{... | 0 |
{'name': 'IsoBinned@IsoSpecPy/IsoSpecPy.py', 'description': 'Initialize the IsoDistribution isotopic distribution by total probability.\n\nArgs:\n no_molecules (uint): ionic current in instrument\n formula (str): a chemical formula, e.g. "C2H6O1" or "C2H6O".\n precision (float): passed to IsoTotalProbGenerator... | 0 |
{'name': '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': 'g... | 0 |
{'name': 'User.initialize@src/astrobotany/models.py', 'description': 'Register a new player.', 'signature': 'def initialize(cls, username: str) -> User:'}</s>badge_175 = Badge("woman’s hat", series=2, number=75, symbol="👒") | 0 |
{'name': 'universal_accelerated_method@src/mbi/estimation.py', 'description': 'Optimization using the Universal Accelerated MD algorithm.', 'signature': 'def universal_accelerated_method('}</s>{'name': 'einsum_marginals@src/mbi/marginal_oracles.py', 'description': 'Compute marginals from (log-space) potentials by using... | 0 |
{'name': 'IUCoordinator.register_entity@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'A HA entity has been registered', 'signature': 'def register_entity('}</s>SERVICE_SUSPEND = "suspend" | 0 |
{'name': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'Elf@gef.py', 'description': 'Basic ELF parsing.\nRef:\n- http://www.skyfree.org/linux/references/ELF_Format.pdf\n- https://refspecs.linuxfoundation.org/elf/elfspec_ppc.pdf\n- https://r... | 1 |
{'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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQPMO_RESPONSE_AS_Q_DEF = 0 | 0 |
{'name': 'adjust_learning_rate@train_trades_cifar10.py', 'description': 'decrease the learning rate', 'signature': 'def adjust_learning_rate(optimizer, epoch):'}</s>train_loader = torch.utils.data.DataLoader(trainset, batch_size=args.batch_size, shuffle=True, **kwargs) | 0 |
{'name': 'MarkChecker.check_get_text_tokenless@tests/tools.py', 'description': 'Check that `text` (returned from get_text()) usually returns the same text\nwhether from `ASTTokens` or `ASTText`.', 'signature': 'def check_get_text_tokenless(self, node, test_case, text):'}</s>{'name': 'is_joined_str@asttokens/util.py', '... | 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>{'name': 'MarkdownConverter@markdownify/__init__.py', 'description': 'DO... | 1 |
{'name': 'pump@backend/recipes/tasks.py', 'description': "Dispense a certain amount of liquid from a pump.\n\n:param parameters:\n dictionary\n 'pump' - one of: 'X' or 'Y' or 'Z'\n 'volume' - volume to dispense in ml\n 'time' - optional, time to dispense volume over in seconds\n:return:\n Non... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRCCF_HB_INTERVAL_ERROR = 4077 | 0 |
{'name': 'parse_tcsh_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for tcsh scripter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'signature... | 0 |
{'name': 'make_SEP_catalog@grizli/prep.py', 'description': "Make a catalog from drizzle products using the SEP implementation of SourceExtractor\n\nParameters\n----------\nroot : str\n Rootname of the FITS images to use for source extraction. This\n function is designed to work with the single-image products fro... | 0 |
{'name': 'scan_build@libscanbuild/analyze.py', 'description': 'Entry point for scan-build command. ', 'signature': 'def scan_build():'}</s>{'name': 'target_check@libscanbuild/analyze.py', 'description': 'Do run analyzer through the given target triple ', 'code': 'def target_check(opts, continuation=arch_check):\n # ... | 0 |
{'name': 'homogeneous_to_cartesian_vectors@src/ikpy/utils/geometry.py', 'description': 'Convert an homogeneous vector to cartesian vector', 'signature': 'def homogeneous_to_cartesian_vectors(homogeneous_vector):'}</s>{'name': 'to_transformation_matrix@src/ikpy/utils/geometry.py', 'description': 'Convert a tuple (transl... | 0 |
{'name': '_remove_absolute_rpaths@delocate/tools.py', 'description': 'Remove absolute filename rpaths in `filename`.\n\nParameters\n----------\nfilename : str\n filename of library\nad_hoc_sign : {True, False}, optional\n If True, sign file with ad-hoc signature', 'signature': 'def _remove_absolute_rpaths(filenam... | 0 |
{'name': 'pointer_image@datoviz/__init__.py', 'description': 'Return a NumPy array of uint8 with shape (height, width, n_channels=3) from an ndpointer\nreferring to a C pointer to a buffer of RGB uint8 values.', 'signature': 'def pointer_image(rgb, width, height, n_channels=3):'}</s>CMAP_COOL = 27 | 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': '_check_if_token_in_blacklist@src/backend/api/managers/auth_manager.py', 'description': 'This function is automatically loaded and it does not need to be called.\nhttps://flask-jwt-extended.readthedocs.io/en/stable/blacklist_and_token_revoking/', 'signature': 'def _check_if_token_in_blacklist(token):'}</s>{'na... | 0 |
{'name': 'target_factory@h8mail/utils/run.py', 'description': 'Receives list of emails and user args. Fetchs API keys from config file using user_args path and cli keys.\nFor each target, launch target.methods() associated to found config artifacts.\nHandles chase logic with counters from enumerate()', 'signature': 'de... | 0 |
{'name': 'compute_v@rome/compute_v.py', 'description': 'Computes the value (right) vector for the rank-1 update.\nRuns a simple optimization procedure.', 'signature': 'def compute_v('}</s>{'name': 'get_module@util/nethook.py', 'description': 'Finds the named module within the given model.', 'code': 'def get_module(mode... | 0 |
{'name': 'PacketFilter.set_limit@pf/filter.py', 'description': "Set hard limits on the memory pools used by Packet Filter.\n\n'limit' can be either one of the PF_LIMIT_* constants or a string; a\n'value' of UINT_MAX means unlimited. Raise PFError if the current pool\nsize exceeds the requested hard limit.", 'signature'... | 0 |
{'name': 'TestReadMemCString.test_read_memory_c_string@llvm-project/lldb/test/API/python_api/process/read-mem-cstring/TestReadMemCString.py', 'description': 'Test corner case behavior of SBProcess::ReadCStringFromMemory', 'signature': 'def test_read_memory_c_string(self):'}</s>{'name': 'skipIfDarwinEmbedded@llvm-projec... | 0 |
{'name': 'UserByID.patch@app/modules/users/resources.py', 'description': 'Patch user details by ID.', 'signature': 'def patch(self, args, user):'}</s>{'name': 'UserMe@app/modules/users/resources.py', 'description': 'Useful reference to the authenticated user itself.', 'base_classes': ['Resource'], 'methods': [{'name': ... | 0 |
{'name': 'TestArticle.test_get_field_bibtex@ads/tests/test_search.py', 'description': 'should emit a warning when calling _get_field with bibtex but otherwise work\nas expected both in the case of fl=bibtex and fl=None', 'signature': 'def test_get_field_bibtex(self):'}</s>{'name': 'TestSearchQuery@ads/tests/test_search... | 0 |
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': '_ModifiedEncoder@python/google/protobuf/internal/encoder.py', 'description': 'Like SimpleEn... | 0 |
{'name': 'TableOne.initialize_core_attributes@tableone/tableone.py', 'description': 'Initialize attributes.', 'signature': 'def initialize_core_attributes(self, data, columns, categorical, continuous, groupby,'}</s>{'name': 'DataValidator@tableone/validators.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods... | 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': 'Device.open@src/LabJackPython.py', 'description': 'Device.open(devType, Ethernet=False, firstFound = True, serial = None, localId = None, devNumber = None, ipAddress = None, handleOnly = False, LJSocket = None)\n\nOpen a device of type devType. ', 'signature': 'def open(self, devType, Ethernet=False, firstFou... | 0 |
{'name': '_conj_actions@tulip/synth.py', 'description': 'Conjunction of multiple action types.\n\nIncludes solver expression substitution.\nSee also `_conj_action`.', 'signature': 'def _conj_actions('}</s>{'name': '_init_edges_using_compile_init@tulip/synth.py', 'description': 'DOCSTRING', 'code': 'def _init_edges_usin... | 0 |
{'name': 'Cache.search@shingetsu/cache.py', 'description': 'Search node from network and get records.', 'signature': 'def search(self, searchlist=None, myself4=None, myself6=None):'}</s>types = ("thread",) | 0 |
{'name': 'MarkMethodMixin.mark_text@altair/vegalite/v3/schema/mixins.py', 'description': "Set the chart's mark to 'text'\n\nFor information on additional arguments, see :class:`MarkDef`", 'signature': 'def mark_text(self, align=Undefined, angle=Undefined, baseline=Undefined, binSpacing=Undefined,'}</s>{'name': 'Logical... | 0 |
{'name': 'GenerateMap@utils/pyHDLC/map.py', 'description': 'Parse all the dockerfiles in a collection and extract the stages and the dependencies (images) of each stage;\ncross-relate them with the declarations of default images; and build a map of all the images in the collection.', 'signature': 'def GenerateMap(debug... | 0 |
{'name': 'QDQQuantizer.quantize_bias_static@onnxruntime/python/tools/quantization/qdq_quantizer.py', 'description': 'Quantized the bias. Zero Point == 0 and Scale == Input_Scale * Weight_Scale', 'signature': 'def quantize_bias_static(self, bias_name: str, bias_info: QDQBiasQuantInfo) -> str:'}</s>__version__ = "0.1.0" | 0 |
{'name': 'refs@scripts/build_mod_ic.py', 'description': 'Generate val and ref labels.', 'signature': 'def refs(conf):'}</s>silk_pad_igap = 0.5 | 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': 'http_list@icesat2_toolkit/utilities.py', 'description': "List a directory on an Apache http Server\n\nParameters\n----------\nHOST: str or list\n remote http host path\ntimeout: int or NoneType, default None\n timeout in seconds for blocking operations\ncontext: obj, default ssl.SSLContext(ssl.PROTOCOL_... | 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': 'compute_E_HF_simple@doc/src/week46/Programs/NeutronMatterCCD_Ladders.py', 'description': 'Computes HF energy of reference state\nparam Nocc, sp_basis, dk: particle number, integer s.p. lattice, delta k \nreturn: total HF energy', 'signature': 'def compute_E_HF_simple(Nocc,sp_basis,dk):'}</s>E_HF = compute_E_H... | 0 |
{'name': 'execute_and_aggregate_exclusive_ops@self_organising_systems/biomakerca/env_logic.py', 'description': 'Execute all exclusive functions and aggregate them all into a single\nExclusiveOp for each cell.\n\nThis function constructs sanitized interfaces for the input excl_fs and \nagent_excl_f, making sure that no ... | 0 |
{'name': 'Author.__init__@rep0/rep.py', 'description': 'Parse the name and email address of an author.', 'signature': 'def __init__(self, author_and_email_tuple):'}</s>{'name': 'Author@rep0/rep.py', 'description': "Represent REP authors.\n\nAttributes:\n\n + first_last : str\n The author's full name.\n\n +... | 1 |
{'name': 'process_options@src/python_scripts/scripts/uber_subject.py', 'description': 'return status and VarsObject structs of subject and control variables\n\n - given list of valid options, read and process the user options\n - if terminal option or -no_gui, return 0 (successful quit)\n\nreturn 1 : on success and ... | 0 |
{'name': 'predict_blend@alphapy/model.py', 'description': 'Make predictions from a blended model.\n\nParameters\n----------\nmodel : alphapy.Model\n The model object with all of the estimators.\n\nReturns\n-------\nmodel : alphapy.Model\n The model object with the blended estimator.\n\nNotes\n-----\nFor classific... | 1 |
{'name': 'insert_from_sql@cr8/insert_from_sql.py', 'description': 'Insert data read from another SQL source into table.', 'signature': 'def insert_from_sql(*,'}</s>HTTP_DEFAULT_HDRS = {'Content-Type': 'application/json'} | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.