text
string
label
int64
{'name': 'WebSocket.send_close@vertx-web/src/test/sockjs-protocol/websocket/_core.py', 'description': 'send close data to the server.\n\nstatus: status code to send. see STATUS_XXX.\n\nreason: the reason to close. This must be string or bytes.', 'signature': 'def send_close(self, status=STATUS_NORMAL, reason=six.b(""))...
0
{'name': 'MessageSetItemEncoder@third_party/include/protobuf-2.6.1/python/google/protobuf/internal/encoder.py', 'description': 'Encoder for extensions of MessageSet.\n\nThe message set message looks like this:\n message MessageSet {\n repeated group Item = 1 {\n required int32 type_id = 2;\n required stri...
0
{'name': 'recursively_break_down_an_assertion_into_nodes@storm/fuzzer/fuzzer.py', 'description': 'Recusively evaluate a tree and append it in the respective\ntrue or false lists', 'signature': 'def recursively_break_down_an_assertion_into_nodes(assertion, smt_Object, maxDepth):'}</s>{'name': 'pick_true_and_false_nodes_...
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>badge_253 = Badge("ear ...
0
{'name': 'InfoExtractor._search_regex@script.module.youtube.dl/lib/youtube_dl/extractor/common.py', 'description': 'Perform a regex search on the given string, using a single or a list of\npatterns returning the first matching group.\nIn case of failure return a default value or raise a WARNING or a\nRegexNotFoundError...
0
{'name': 'update_sample_attr@ui/views/Samples.py', 'description': "Update sample's attribute\n\nParameters\n----------\nrequest :\n\nReturns\n-------", 'signature': 'def update_sample_attr(request):'}</s>{'name': 'Experiment@QueueDB/models.py', 'description': 'DOCSTRING', 'base_classes': ['models.Model'], 'methods': [{...
0
{'name': 'process_client_hello@core/packet_processor.py', 'description': 'Extracts the SNI field from the ClientHello packet.', 'signature': 'def process_client_hello(pkt):'}</s>{'name': 'get_tracker_company@core/friendly_organizer.py', 'description': 'Returns the tracker company for a given hostname; if not a tracking...
0
{'name': 'NewDatabase.__import_inventories@premise/new_database.py', 'description': 'This method will trigger the import of a number of pickled inventories\nand merge them into the database dictionary.', 'signature': 'def __import_inventories(self) -> List[dict]:'}</s>FILEPATH_HYDROGEN_SOLAR_INVENTORIES = INVENTORY_DIR...
1
{'name': 'end_point_path_to_api_obj_name@components/create_swagger_config.py', 'description': 'Convert the end point url to an object and api name.', 'signature': 'def end_point_path_to_api_obj_name(end_point):'}</s>MAX_STRING_SIZE = 2147483647
0
{'name': 'IsOutOfLineMethodDefinition@tools/cpplint.py', 'description': 'Check if current line contains an out-of-line method definition.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\nReturns:\n True if current line contains an out-of-line method d...
0
{'name': 'SOCAInstall._storage_build_fsx_ontap_filesystem@installer/resources/src/cdk_construct.py', 'description': 'Build an FSx/ONTAP filesystem.', 'signature': 'def _storage_build_fsx_ontap_filesystem(self, fs_key: str):'}</s>{'name': 'SOCAInstall@installer/resources/src/cdk_construct.py', 'description': 'DOCSTRING'...
1
{'name': 'TestModel.test_simple@tests/test_models.py', 'description': "Tests if Field behaves just like Django's ImageField.", 'signature': 'def test_simple(self, db):'}</s>{'name': 'StdImageFieldFile@stdimage/models.py', 'description': 'Like ImageFieldFile but handles variations.', 'base_classes': ['ImageFieldFile'], ...
0
{'name': 'load@spatialmedia/mpeg/sv3d.py', 'description': 'Loads the sv3d box located at position in an mp4 file.\n\nArgs:\n fh: file handle, input file handle.\n position: int or None, current file position.\n\nReturns:\n new_box: box, sv3d box loaded from the file location or None.', 'signature': 'def load(fh, pos...
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': 'get_versions@nfp/_version.py', 'description': 'Get version information or return default if unable to do so.', 'signature': 'def get_versions():'}</s>{'name': 'plus_or_dot@nfp/_version.py', 'description': "Return a + if we don't already have one, else return a .", 'code': 'def plus_or_dot(pieces):\n """Ret...
0
{'name': 'Matrix.cast@python/taichi/lang/matrix.py', 'description': 'Cast the matrix elements to a specified data type.\n\nArgs:\n dtype (:mod:`~taichi.types.primitive_types`): data type of the\n returned matrix.\n\nReturns:\n :class:`taichi.Matrix`: A new matrix with the specified data dtype.\n\nExample::...
0
{'name': 'Dataset.link_to_here@accelerator/dataset.py', 'description': "Use this to expose a subjob as a dataset in your job:\nDataset(subjid).link_to_here()\nwill allow access to the subjob dataset under your jid.\nSpecify column_filter as an iterable of columns to include\nif you don't want all of them.\nUse override...
0
{'name': 'Loss.get_dis_gan_loss@src/CycleGAN/CycleGAN.py', 'description': "Parameters:\n dis_pred_real_data: Discriminator's prediction on real data\n dis_pred_fake_data: Discriminator's prediction on fake data", 'signature': 'def get_dis_gan_loss(self, dis_pred_real_data, dis_pred_fake_data):'}</s>g_B2A = init(G...
0
{'name': 'test_input_validation@gplearn/tests/test_genetic.py', 'description': 'Check that guarded input validation raises errors', 'signature': 'def test_input_validation():'}</s>{'name': 'test_trigonometric@gplearn/tests/test_genetic.py', 'description': 'Check that using trig functions work and that results differ', ...
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': 'QGFieldNH18._compute_reference_state_wrapper@src/falwa/oopinterface.py', 'description': 'Private function to call the fortran subroutine compute_reference_states that returns variable of\ndimension [nlat, kmax]. Swapping of axes is needed for other computation.\n\nParameters\n----------\n qgpv(numpy.ndarra...
1
{'name': 'ReplaceByFeeTest.test_too_many_replacements@qa/rpc-tests/replace-by-fee.py', 'description': 'Replacements that evict too many transactions are rejected', 'signature': 'def test_too_many_replacements(self):'}</s>OPCODES_BY_NAME = { 'OP_0' : OP_0, 'OP_PUSHDATA1' : OP_PUSHDATA1, 'OP_PUSHDATA2' : OP_P...
0
{'name': 'test_multipart_matcher_fail@responses/tests/test_matchers.py', 'description': 'Validate that Exception is raised if request does not match responses.matchers\n validate matchers.multipart_matcher\n:return: None', 'signature': 'def test_multipart_matcher_fail():'}</s>{'name': 'test_request_header_value_mism...
0
{'name': 'ModelRunner.write_classification_outputs@araelectra/run_finetuning.py', 'description': 'Write classification predictions to disk.', 'signature': 'def write_classification_outputs(self, tasks, trial, split):'}</s>{'name': 'secs_to_str@araelectra/util/training_utils.py', 'description': 'DOCSTRING', 'code': 'def...
0
{'name': 'parse_expr@classes/docopt.py', 'description': "expr ::= seq ( '|' seq )* ;", 'signature': 'def parse_expr(tokens, options):'}</s>{'name': 'parse_atom@classes/docopt.py', 'description': "atom ::= '(' expr ')' | '[' expr ']' | 'options'\n| long | shorts | argument | command ;", 'code': 'def parse_atom(tokens, o...
0
{'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': 'RstToPdf.createPdf@rst2pdf/createpdf.py', 'description': "Create a PDF from text (ReST input),\nor doctree (docutil nodes) and save it in outfile.\n\nIf outfile is a string, it's a filename.\nIf it's something with a write method, (like a StringIO,\nor a file object), the data is saved there.", 'signature': '...
0
{'name': 'analyze_timer_frame@analyze.py', 'description': 'analyze frame to find timer name\n\nanalyze timer roi and find best match time\nmin, 10 sec, 1sec values search\n\nArgs\n frame (ndarray): edited frame from movie\n roi (list): search roi\n data_num (int): number of digits\n time_data (string): now ...
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': 'DebPkgToolsTestCase.test_update_conffiles_exclude@deb_pkg_tools/tests.py', 'description': 'Test ``build_package(update_conffiles=True)`` with an exclude.', 'signature': 'def test_update_conffiles_exclude(self):'}</s>{'name': 'RelationshipSet@deb_pkg_tools/deps.py', 'description': 'A set of package relationshi...
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': 'AdbDevice._push@adb_shell/adb_device.py', 'description': 'Push a file-like object to the device.\n\nParameters\n----------\nstream : _io.BytesIO\n File-like object for reading from\ndevice_path : str\n Destination on the device to write to\nst_mode : int\n Stat mode for the file\nmtime : int\n Mod...
0
{'name': 'setup_devices_and_management_st@backend-tests/tests/test_deployments.py', 'description': 'Sets up user creates authorized devices.', 'signature': 'def setup_devices_and_management_st(nr_devices=100, deploy_to_group=None):'}</s>{'name': 'set_status@backend-tests/tests/test_deployments.py', 'description': 'DOCS...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_STRUC_LENGTH_ERROR = 6123
0
{'name': 'test_unbound_method_handler@tests/test_event.py', 'description': 'Test failure mode for unbound method handlers.', 'signature': 'def test_unbound_method_handler():'}</s>{'name': 'test_add_non_callable_handler@tests/test_event.py', 'description': 'Test handling of attempts to add non-callable handlers.', 'code...
0
{'name': 'parse_filename@scripts/python-skywater-pdk/skywater_pdk/corners.py', 'description': "Extract corner information from a filename.\n\nSee Also\n--------\nskywater_pdk.base.parse_pathname\nskywater_pdk.base.parse_filehname\n\nExamples\n--------\n\n>>> parse_filename('tt_1p80V_3p30V_3p30V_25C')\n(Corner(corner=(C...
0
{'name': 'get_prediction@DigiPathAI/Segmentation.py', 'description': 'patch based segmentor', 'signature': 'def get_prediction(wsi_path, '}</s>{'name': 'get_index@DigiPathAI/helpers/utils.py', 'description': 'This function checks whether coordinates are within the WSI', 'code': 'def get_index(coord_ax, probs_map_shape_...
0
{'name': 'check_email@mailchimp3/helpers.py', 'description': 'Function that verifies that the string passed is a valid email address.\n\nRegex for email validation based on MailChimp limits:\nhttp://kb.mailchimp.com/accounts/management/international-characters-in-mailchimp\n\n:param email: The potential email address\n...
0
{'name': 'TypeErrorTests.test_keyword_sort_cmpkey@didyoumean/didyoumean_sugg_tests.py', 'description': 'Sort and sorted functions have a cmp/key param dep. on the vers.', 'signature': 'def test_keyword_sort_cmpkey(self):'}</s>{'name': 'TypeErrorTests@didyoumean/didyoumean_sugg_tests.py', 'description': 'Class for tests...
1
{'name': 'MaskedArray.__imul__@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Multiply self by other in-place.', 'signature': 'def __imul__(self, other):'}</s>negative = _MaskedUnaryOperation(umath.negative)
0
{'name': 'parse_args@all_my_roles.py', 'description': 'Description: Parses the arguments passed into the script\n@param args: args represents the list of arguments passed in\n@return: returns an object namespace that contains the individualized parameters passed in', 'signature': 'def parse_args(args):'}</s>__version__...
1
{'name': 'FormToCommandLineBuilder.add_command_args@click_web/resources/cmd_exec.py', 'description': 'Convert the post request into a list of command line arguments\n\n:param command_index: (int) the index for the command to get arguments for.', 'signature': 'def add_command_args(self, command_index: int):'}</s>{'name'...
0
{'name': 'proxy_config@benchmarks/dynamic_config_envoy_proxy.py', 'description': 'Yield the stock Envoy proxy configuration.', 'signature': 'def proxy_config() -> Generator[str, None, None]:'}</s>{'name': 'isRunningInAzpCi@test/integration/utility.py', 'description': 'Determine if the current execution is running in th...
0
{'name': 'visualize@v1/notebooks/scripts/train.py', 'description': 'PLot images in one row.', 'signature': 'def visualize(**images):'}</s>valid_dataset = Dataset( x_valid_dir, y_valid_dir, classes=CLASSES, augmentation=get_validation_augmentation(), preprocessing=get_preprocessing(preprocess_inpu...
0
{'name': 'main@kb_python/main.py', 'description': 'Command-line entrypoint.\n ', 'signature': 'def main():'}</s>{'name': 'setup_count_args@kb_python/main.py', 'description': 'Helper function to set up a subparser for the `count` command.\n\nArgs:\n parser: Parser to add the `count` command to\n parent: Parser ...
1
{'name': 'GPUVerifyInstance.runTool@GPUVerify.py', 'description': 'Returns a triple (succeeded, timeout) ', 'signature': 'def runTool(self, ToolName, Command):'}</s>{'name': 'AnalysisMode@GPUVerifyScript/constants.py', 'description': 'ALL is the default mode. Right now it is the same as VERIFY, but in\nthe future this ...
0
{'name': 'AdbDevice.push@adb_shell/adb_device.py', 'description': "Push a file or directory to the device.\n\nParameters\n----------\nlocal_path : str, BytesIO\n A filename, directory, or BytesIO stream to push to the device\ndevice_path : str\n Destination on the device to write to.\nst_mode : int\n Stat mode...
0
{'name': 'HtmlFormatter.make_html_word@src/freetype/src/tools/docmaker/tohtml.py', 'description': 'Analyze a simple word to detect cross-references and markup.', 'signature': 'def make_html_word(self, word):'}</s>section_synopsis_header = "<h2>Synopsis</h2>"
0
{'name': 'Trace.backward_link@jitlog/objects.py', 'description': 'connect parent with this trace. orig is the point\nin the parent trace, enter the first op in this trace ', 'signature': 'def backward_link(self, orig):'}</s>{'name': 'FlatOp@jitlog/objects.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'me...
0
{'name': 'interpret@pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py', 'description': "Input: Dict with keys 'key' and 'value'\nOutput: One of 1. Dict with keys 'name' and 'attrs'\n 2. 'unrecognized' (if interpretation failed)", 'signature': 'def interpret(x):'}</s>{'name': 'groupby@pkgs/...
0
{'name': 'Grid.face_node_connectivity@uxarray/grid/grid.py', 'description': 'Indices of the nodes that make up each face.\n\nDimensions: ``(n_face, n_max_face_nodes)``\n\nNodes are in counter-clockwise order.', 'signature': 'def face_node_connectivity(self) -> xr.DataArray:'}</s>BASE_GRID_TOPOLOGY_ATTRS = { "cf_rol...
0
{'name': 'run_trial@benchmarks/hyperparamopt.py', 'description': 'Evaluate the model loss using the hyperparams in args\n\n:args: A dictionary containing all hyperparameters\n:returns: Dict with status and loss from cross-validation', 'signature': 'def run_trial(args):'}</s>{'name': 'merge_trials@benchmarks/hyperparamo...
0
{'name': 'pkginfo_to_dict@scripts/pdns/lib/python2.7/site-packages/wheel/metadata.py', 'description': "Convert PKG-INFO to a prototype Metadata 2.0 (PEP 426) dict.\n\nThe description is included under the key ['description'] rather than\nbeing written to a separate file.\n\npath: path to PKG-INFO file\ndistribution: op...
1
{'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': 'mk_def_file_internal@scripts/mk_genfile_common.py', 'description': 'Writes to a module definition file to a file named ``defname``.\n\n``dll_name`` is the name of the dll (without the ``.dll`` suffix).\n``export_header_file`` is a list of header files to scan for symbols\nto include in the module definition f...
0
{'name': 'rdheader@wfdb/io/record.py', 'description': "Read a WFDB header file and return a `Record` or `MultiRecord`\nobject with the record descriptors as attributes.\n\nParameters\n----------\nrecord_name : str\n The name of the WFDB record to be read, without any file\n extensions. If the argument contains an...
1
{'name': 'convert_examples_to_features@baselines/models/xlnet/run_cmrc_drcd.py', 'description': 'Loads a data file into a list of `InputBatch`s.', 'signature': 'def convert_examples_to_features(examples, sp_model, max_seq_length,'}</s>{'name': 'write_predictions@baselines/models/xlnet/run_cmrc_drcd.py', 'description': ...
0
{'name': 'cube_decode@zigate/clusters.py', 'description': 'Special decoder for XIAOMI CUBE', 'signature': 'def cube_decode(value):'}</s>{'name': 'C0406@zigate/clusters.py', 'description': 'DOCSTRING', 'base_classes': ['Cluster'], 'methods': []}
0
{'name': 'SelectionPanel.remove_function@tools/ipp_custom_library_tool_python/gui/selection_panel.py', 'description': 'Removes function from left list', 'signature': 'def remove_function(self, function):'}</s>BUILD_SCRIPT_NAME = "Build script name"
0
{'name': 'AppSettings._handler@src/concurrency/config.py', 'description': ' handler for ``setting_changed`` signal.\n\n@see :ref:`django:setting-changed`_', 'signature': 'def _handler(self, sender, setting, value, **kwargs) -> None:'}</s>conf = AppSettings("CONCURRENCY")
0
{'name': 'logout@n26/cli.py', 'description': 'Logout ', 'signature': 'def logout():'}</s>USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36"
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_non_coding_token@asttokens/util....
0
{'name': 'get_split@slim/datasets/raw_patches_for_heatmaps.py', 'description': "Gets a dataset tuple with instructions for reading flowers.\n\nArgs:\n split_name: A train/validation split name.\n dataset_dir: The base directory of the dataset sources.\n file_pattern: The file pattern to use when matching the dataset...
1
{'name': 'load_model@filters/Lang_Identifier/langid.py', 'description': 'Convenience method to set the global identifier using a model at a\nspecified path.\n\n@param path to model', 'signature': 'def load_model(path = None):'}</s>{'name': 'main@filters/Lang_Identifier/langid.py', 'description': 'DOCSTRING', 'code': 'd...
0
{'name': 'WebcamVideoStream.stop@versions/speed-cam_8.87.py', 'description': 'indicate that the thread should be stopped ', 'signature': 'def stop(self):'}</s>THRESHOLD_SENSITIVITY = 20
0
{'name': 'invert_spectrogram@utils/audio_utils.py', 'description': 'spectrogram: [f, t]', 'signature': 'def invert_spectrogram(spectrogram):'}</s>{'name': 'f0_pitch_conversion@utils/audio_utils.py', 'description': 'Logarithm Gaussian normalization for Pitch Conversions\n(np.array) f0 - array to be converted\n(tuple) so...
0
{'name': 'l_resnet18@GC_code/Mini_ImageNet/resnet_ws.py', 'description': 'Constructs a ResNet-18 model.\nArgs:\n pretrained (bool): If True, returns a model pre-trained on ImageNet', 'signature': 'def l_resnet18(pretrained=False, **kwargs):'}</s>{'name': 'ResNet@GC_code/Mini_ImageNet/resnet_ws.py', 'description': 'D...
1
{'name': 'TLP.unpack@fpga/lib/pcie/tb/pcie.py', 'description': 'Unpack TLP from DWORD array', 'signature': 'def unpack(self, pkt):'}</s>TLP_SWAP = (FMT_3DW_DATA, 0x0D)
0
{'name': 'gen_valid_vectors@contrib/testgen/gen_base58_test_vectors.py', 'description': 'Generate valid test vectors', 'signature': 'def gen_valid_vectors():'}</s>SCRIPT_ADDRESS_TEST = 19
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCFUNC_MQGET_ARRAY = [b"G", b"E", b"T", b" "]
0
{'name': '_estimate_noise_variance@FDApy/misc/utils.py', 'description': 'Estimate the variance of the noise.\n\nThis function estimates the variance of the noise non-parametrically using\nthe methodology developed in [1]_. The estimator is based on the difference\nof observed values.\n\nParameters\n----------\nx\n V...
0
{'name': 'CacheList.remove_removed@shingetsu/cache.py', 'description': 'Remove removed record from disk.', 'signature': 'def remove_removed(self):'}</s>tiedfile_cache_size = 30
0
{'name': 'TestObjectsE2E.test_create_alias_a_record@e2e_tests/test_objects.py', 'description': 'Create two A records with different names, but pointing to the same\nipv4addr', 'signature': 'def test_create_alias_a_record(self):'}</s>{'name': 'NsgroupForwardstubserver@infoblox_client/objects.py', 'description': "Nsgroup...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRCCF_NO_CHANNEL_INITIATOR = 3217
0
{'name': 'solve_only_batch@diffcp/cone_program.py', 'description': 'Solves a batch of cone programs. \nUses a ThreadPool to perform operations across\nthe batch in parallel.\n\nFor more information on the arguments and return values,\nsee the docstring for `solve_and_derivative_batch` function.\n\nThis function simply ...
0
{'name': 'test_listener_removal_on_emit@tests/test_sync.py', 'description': 'Test that a listener removed during an emit is called inside the current\nemit cycle.', 'signature': 'def test_listener_removal_on_emit():'}</s>{'name': 'TrioEventEmitter@pyee/trio.py', 'description': "An event emitter class which can run trio...
0
{'name': 'SessionRedirectMixin.resolve_redirects@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/sessions.py', 'description': 'Receives a Response. Returns a generator of Responses.', 'signature': 'def resolve_redirects(self, resp, req, stream=False, timeout=None,'}</s>{'name': 'merge_cookies@Retir...
1
{'name': 'TCNModel.__init__@dts/models/TCN.py', 'description': ':param layers: int\n Number of layers for the network\n:param filters: int\n the dimensionality of the output space\n (i.e. the number of output filters in the convolution).\n:param kernel_size: int or tuple\n the length of the 1D convolution w...
0
{'name': 'add_file_handler@src/musegan/utils.py', 'description': 'Add a file handler to the logger.', 'signature': 'def add_file_handler(logger, log_filepath, loglevel=FILE_LOGLEVEL,'}</s>{'name': 'update_not_none@src/musegan/utils.py', 'description': 'Update the values of keys in `dict1` with the values of the same ke...
0
{'name': 'watch_dev@jupyterlab/commands.py', 'description': 'Run watch mode in a given directory.\n\nParameters\n----------\nlogger: :class:`~logger.Logger`, optional\n The logger instance.\n\nReturns\n-------\nA list of `WatchHelper` objects.', 'signature': 'def watch_dev(logger=None):'}</s>{'name': 'Range@jupyterl...
0
{'name': 'defaultArgs@pyppeteer/launcher.py', 'description': 'Get the default flags the chromium will be launched with.\n\n``options`` or keyword arguments are set of configurable options to set on\nthe browser. Can have the following fields:\n\n* ``headless`` (bool): Whether to run browser in headless mode. Defaults t...
0
{'name': '_safe_indexing@src/upgini/utils/sklearn_ext.py', 'description': "Return rows, items or columns of X using indices.\n\n.. warning::\n\n This utility is documented, but **private**. This means that\n backward compatibility might be broken without any deprecation\n cycle.\n\nParameters\n----------\nX : ...
0
{'name': 'LogProvider.__init__@logme/providers.py', 'description': 'Initialization of Logger Provider, all the optional arguments should be passed from logme.log()\n\nRequired: scope\nOptional: config, name.\n (logger configuration will resolve to the default when not specified,\n *given logme.ini file ex...
0
{'name': 'A1DInterface.process_data@src/python_scripts/scripts/1d_tool.py', 'description': 'return None on completion, else error code (0 being okay)', 'signature': 'def process_data(self):'}</s>{'name': 'dset_dims@src/python_scripts/afnipy/afni_base.py', 'description': 'DOCSTRING', 'code': 'def dset_dims(dset):\n # ...
0
{'name': 'Device.close@src/LabJackPython.py', 'description': 'close()\n\nCloses the device.\n\nOn Windows, this method only sets the device handle to None but does\nnot close the device. Instead use the Close function from the\nLabJackPython module which closes all devices in the program, and is\nthe only device close ...
0
{'name': 'If@src/api/python/z3/z3.py', 'description': "Create a Z3 if-then-else expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> max = If(x > y, x, y)\n>>> max\nIf(x > y, x, y)\n>>> simplify(max)\nIf(x <= y, y, x)", 'signature': 'def If(a, b, c, ctx=None):'}</s>{'name': 'SetAdd@src/api/python/z3/z3.py', 'descript...
0
{'name': 'test_merged_dup_stream_blocks@maf/impl/naiveLiftUp.py', 'description': 'Check merged_dup_stream behavior on Blocks.', 'signature': 'def test_merged_dup_stream_blocks():'}</s>{'name': 'sort_blocks@maf/impl/naiveLiftUp.py', 'description': 'Sort a blocks file relative to the first line.\n\nThis uses UNIX sort, b...
0
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>sim_dlgret_still_...
0
{'name': 'validate_known_curve@ace/validation/validate_smoothers.py', 'description': 'Validate on a sin function.', 'signature': 'def validate_known_curve():'}</s>{'name': 'perform_smooth@ace/smoother.py', 'description': 'Run the basic smoother (convenience function).\n\nParameters\n----------\nx_values : iterable\n ...
1
{'name': 'Schema._compile_mapping@voluptuous/schema_builder.py', 'description': 'Create validator for given mapping.', 'signature': 'def _compile_mapping(self, schema, invalid_msg=None):'}</s>{'name': 'message@voluptuous/schema_builder.py', 'description': "Convenience decorator to allow functions to provide a message.\...
0
{'name': 'main@signac/__main__.py', 'description': 'Provide command line interface.', 'signature': 'def main():'}</s>{'name': '_print_err@signac/_utility.py', 'description': 'DOCSTRING', 'code': 'def _print_err(*args, **kwargs):\n print(*args, file=sys.stderr, **kwargs)'}
1
{'name': 'WriteStream.id@python/erdos/streams.py', 'description': 'The id of the WriteStream.', 'signature': 'def id(self) -> uuid.UUID:'}</s>{'name': 'ReadStream@python/erdos/streams.py', 'description': 'A :py:class:`ReadStream` allows an operator to read and do work on\ndata sent by other operators on a corresponding...
0
{'name': 'process_lookup_path@gef.py', 'description': 'Look up for a path in the process memory mapping.\nReturn a Section object if found, None otherwise.', 'signature': 'def process_lookup_path(name: str, perm: Permission = Permission.ALL) -> Section | None:'}</s>{'name': 'gdb_disassemble@gef.py', 'description': 'Dis...
0
{'name': 'extract_data@ytmdl/main.py', 'description': 'Extract the arguments and act accordingly.', 'signature': 'def extract_data():'}</s>{'name': 'get_youtube_streams@ytmdl/yt.py', 'description': "Get both audio & video stream urls for youtube using youtube-dl.\n\nPS: I don't know how youtube-dl does the magic", 'cod...
0
{'name': 'MidiStatus.get_columns@robopianist/viewer/application.py', 'description': 'Returns the text to display in two columns.', 'signature': 'def get_columns(self):'}</s>KEY_LEFT_ALT = 342
0
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>PF_FWD = 3
0
{'name': 'SetValuesTestCase.test@llvm-project/lldb/test/API/lang/c/set_values/TestSetValues.py', 'description': 'Test settings and readings of program variables.', 'signature': 'def test(self):'}</s>{'name': 'get_args_as_string@llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py', 'description': 'Returns the a...
0
{'name': 'parse_args@src/python_scripts/afnipy/lib_cdiflist.py', 'description': 'Go through user-entered options and fill an object with the values.\nThese will be used to setup plotting.', 'signature': 'def parse_args(full_argv):'}</s>{'name': 'list_minus_pref_suf@src/python_scripts/afnipy/afni_util.py', 'description'...
0
{'name': 'Tag.decode_contents@bs4/element.py', 'description': "Renders the contents of this tag as a Unicode string.\n\n:param eventual_encoding: The tag is destined to be\n encoded into this encoding. This method is _not_\n responsible for performing that encoding. This information\n is passed in so that it can ...
0
{'name': 'automodsumm_to_autosummary_lines@sphinx_automodapi/automodsumm.py', 'description': 'Generates lines from a file with an "automodsumm" entry suitable for\nfeeding into "autosummary".\n\nSearches the provided file for `automodsumm` directives and returns\na list of lines specifying the `autosummary` commands fo...
0