text string | label int64 |
|---|---|
{'name': 'CheckREOS@scopy/ScoDruglikeness/rulesfilter.py', 'description': "Check molecular under REOS program\n\nReference:\n Walters, W. Patrick, and Mark Namchuk.\n Nat Rev Drug Discov, 2.4 (2003): 259.\n \nRule details:\n 200 <= MW <= 500\n -5 <= logP <= 5\n nHD <= 5\n nHA <= 10\n nRot <= 8\n... | 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': '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': 'AsyncAHK.mouse_position@ahk/_async/engine.py', 'description': 'Convenience property for :py:meth:`get_mouse_position`\n\nSetter accepts a tuple of x,y coordinates passed to :py:meth:`mouse_mouse`', 'signature': 'def mouse_position(self) -> AsyncPropertyReturnTupleIntInt:'}</s>{'name': 'Key@ahk/keys.py', 'desc... | 0 |
{'name': 'E2E.prefix_recognize@espnet/nets/pytorch_backend/streaming_transformer.py', 'description': 'recognize feat\n\n:param ndnarray x: input acouctic feature (B, T, D) or (T, D)\n:param namespace recog_args: argment namespace contraining options\n:param list char_list: list of characters\n:param torch.nn.Module rnn... | 0 |
{'name': 'AGraph.successors_iter@pygraphviz/agraph.py', 'description': 'Return iterator over successor nodes of n.\n\nNote: modifying the graph structure while iterating over\nnode successors may produce unpredictable results. Use\nsuccessors() as an alternative.', 'signature': 'def successors_iter(self, n):'}</s>Agst... | 0 |
{'name': '_clean_up_temporary_files@slim/datasets/download_and_convert_mnist.py', 'description': 'Removes temporary files used to create the dataset.\n\nArgs:\n dataset_dir: The directory where the temporary files are stored.', 'signature': 'def _clean_up_temporary_files(dataset_dir):'}</s>{'name': 'image_to_tfexample... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCACH_REMOTE_APPL_TAG = 3548 | 0 |
{'name': 'NHC2HassThermostat.device_info@custom_components/nhc2/climate.py', 'description': 'Return the device info.', 'signature': 'def device_info(self):'}</s>_LOGGER = logging.getLogger(__name__) | 0 |
{'name': 'Metric.compute_on_sql_sql_mode@metrics.py', 'description': 'Executes the query from to_sql() and process the result.', 'signature': 'def compute_on_sql_sql_mode(self, table, split_by=None, execute=None):'}</s>{'name': 'CV@metrics.py', 'description': 'Coefficient of variation estimator.\n\nAttributes:\n var: ... | 0 |
{'name': 'base64_decode@shopify_auth/session_tokens/views.py', 'description': 'Adds back in the required padding before decoding.', 'signature': 'def base64_decode(string):'}</s>{'name': 'get_scope_permission@shopify_auth/session_tokens/views.py', 'description': 'DOCSTRING', 'code': 'def get_scope_permission(request, m... | 0 |
{'name': 'download_setuptools@ez_setup.py', 'description': "Download setuptools from a specified location and return its filename.\n\n`version` should be a valid setuptools version number that is available\nas an sdist for download under the `download_base` URL (which should end\nwith a '/'). `to_dir` is the directory ... | 0 |
{'name': 'array_to_xyz_pointcloud2f@pypcd/numpy_pc2.py', 'description': 'convert an Nx3 float array to an xyz point cloud.\nbeware of numerical issues when casting from other types to float32.', 'signature': 'def array_to_xyz_pointcloud2f(cloud_arr, stamp=None, frame_id=None, merge_rgb=False):'}</s>__docformat__ = "res... | 0 |
{'name': 'lookup_address@gef.py', 'description': 'Try to find the address in the process address space.\nReturn an Address object, with validity flag set based on success.', 'signature': 'def lookup_address(address: int) -> Address:'}</s>{'name': 'gef_on_exit_unhook@gef.py', 'description': 'DOCSTRING', 'code': 'def gef... | 0 |
{'name': 'download_setuptools@ez_setup.py', 'description': "Download setuptools from a specified location and return its filename.\n\n`version` should be a valid setuptools version number that is available\nas an sdist for download under the `download_base` URL (which should end\nwith a '/'). `to_dir` is the directory ... | 0 |
{'name': 'Client.add_archive_stream@opentok/opentok.py', 'description': 'This method will add streams to the archive with addStream for new participant(choosing audio, video or both).\n\n:param String archive_id: the ID of the archive that will be updated\n:param String stream_id: the id of the stream that will get add... | 0 |
{'name': 'PACT_Conv1d.get_output_eps@nemo/quant/pact.py', 'description': 'Get the output quantum (:math:`\\varepsilon`) given the input one.\n\n:param eps_in: input quantum :math:`\\varepsilon_{in}`.\n:type eps_in: :py:class:`torch.Tensor`\n:return: output quantum :math:`\\varepsilon_{out}`.\n:rtype: :py:class:`torch... | 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': 'TranscriptionEvaluationMixin.compute_wer@montreal_forced_aligner/transcription/transcriber.py', 'description': 'Evaluates the transcripts if there are reference transcripts\n\nRaises\n------\n:class:`~montreal_forced_aligner.exceptions.KaldiProcessingError`\n If there were any errors in running Kaldi binar... | 0 |
{'name': 'DateTimeParser._build_datetime@arrow/parser.py', 'description': 'Build a datetime object from a dictionary of date parts.\n\n:param parts: A dictionary containing the date parts extracted from a date string.\n:type parts: dict\n:return: A datetime object representing the date and time.\n:rtype: datetime.datet... | 0 |
{'name': 'urlsplit@bleach/_vendor/parse.py', 'description': "Parse a URL into 5 components:\n<scheme>://<netloc>/<path>?<query>#<fragment>\nReturn a 5-tuple: (scheme, netloc, path, query, fragment).\nNote that we don't break the components up in smaller bits\n(e.g. netloc is a single string) and we don't expand % escap... | 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': 'PFGid._str_to_num@pf/rule.py', 'description': 'Convert a string to a numeric group ID.', 'signature': 'def _str_to_num(self, s):'}</s>PF_OUT = 2 | 0 |
{'name': 'FoundationTestCase2.test_more_expr_commands@tools/lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py', 'description': 'More expression commands for objective-c.', 'signature': 'def test_more_expr_commands(self):'}</s>{'name': 'wait_for_file_on_target@tools/lldb/packages/Python/lldbsu... | 0 |
{'name': 're_multi_line_matcher@python/ffi_navigator/pattern.py', 'description': 'Matches a pattern spanning multiple lines\n\nParameters\n----------\nrexpr : str\n A regexp pattern to match.\n\nfcreate : Function (match, path, range) -> result.', 'signature': 'def re_multi_line_matcher(rexpr, fcreate):'}</s>{'name'... | 0 |
{'name': 'AdbDevice._clse@adb_shell/adb_device.py', 'description': "Send a ``b'CLSE'`` message and then read a ``b'CLSE'`` message.\n\n.. warning::\n\n This is not to be confused with the :meth:`AdbDevice.close` method!\n\n\nParameters\n----------\nadb_info : _AdbTransactionInfo\n Info and settings for this ADB tr... | 0 |
{'name': 'TranslationFormView.post@rosetta/views.py', 'description': "The only circumstances when we POST is to submit the main form, both\nupdating translations (if any changed) and advancing to the next page of\nmessages.\n\nThere is no notion of validation of this content; as implemented, unknown\nfields are ignored... | 0 |
{'name': 'projection@polytope/polytope.py', 'description': 'Projects a polytope onto lower dimensions.\n\nAvailable solvers are:\n\n - "esp": Equality Set Projection;\n - "exthull": vertex projection;\n - "fm": Fourier-Motzkin projection;\n - "iterhull": iterative hull method.\n\nExample:\nTo project the polytope `... | 0 |
{'name': 'Adam.initialize_step@lsp_model/optim.py', 'description': "Initialize state with a defined step (but we don't have stored averaged).\nArguments:\n initial_step (int): Initial step number.", 'signature': 'def initialize_step(self, initial_step):'}</s>{'name': 'warmup_constant@lsp_model/optim.py', 'descriptio... | 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': 'RegionType.is_indoors@BaseClasses.py', 'description': 'Shorthand for checking if Interior or Dungeon', 'signature': 'def is_indoors(self):'}</s>{'name': 'RegionType@BaseClasses.py', 'description': 'DOCSTRING', 'base_classes': ['Enum'], 'methods': [{'name': 'RegionType.is_indoors@BaseClasses.py', 'description'... | 1 |
{'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': 'TileCreator.initDataAugmentation@tensorflow/tools/tilecreator.py', 'description': 'set up data augmentation\nrot: 1: 90 degree rotations; 2: full rotation; else: nop rotation\nScale: if both 1 disable scaling', 'signature': 'def initDataAugmentation(self, rot=2, minScale=0.85, maxScale=1.15 ,flip=True):'}</s>... | 1 |
{'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': 'TestH8mail.test_000_simple@tests/test_h8mail.py', 'description': 'Simple test', 'signature': 'def test_000_simple(self):'}</s>{'name': 'progress_gzip@h8mail/utils/localgzipsearch.py', 'description': 'Prints count without rewriting to stdout', 'code': 'def progress_gzip(count):\n """\n Prints count witho... | 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': 'MultiLingualMaskedLMTask.load_dataset@fairseq/tasks/multilingual_masked_lm.py', 'description': 'Load a given dataset split.\n\nArgs:\n split (str): name of the split (e.g., train, valid, test)', 'signature': 'def load_dataset(self, split, epoch=1, combine=False, **kwargs):'}</s>{'name': 'reset_logging@fair... | 0 |
{'name': 'Viewer.initialize@robopianist/viewer/viewer.py', 'description': 'Initialize the viewer.\n\nArgs:\n physics: Physics instance.\n renderer_instance: A renderer.Base instance.\n touchpad: A boolean, use input dedicated to touchpad.', 'signature': 'def initialize(self, physics, renderer_instance, touchpad):'}<... | 0 |
{'name': 'EagerLoadMixin.with_@sqlalchemy_mixins/eagerload.py', 'description': 'Query class and eager load schema at once.\n:type schema: dict\n\nExample:\n schema = {\n Post.user: JOINED, # joinedload user\n Post.comments: (SUBQUERY, { # load comments in separate query\n Comment.user: JOIN... | 0 |
{'name': 'main@3rdparty/mongo-c-driver-1.26.2/build/calc_release_version.py', 'description': 'The algorithm is roughly:\n\n - Is the --next-minor flag passed? If "yes", then return the next minor\n release with a pre-release marker.\n - Is the current HEAD associated with a tag that looks like a release\n ... | 1 |
{'name': 'walk@rclip/fs.py', 'description': 'Walks through a directory recursively and yields files that match the given regex', 'signature': 'def walk('}</s>{'name': 'count_files@rclip/fs.py', 'description': 'DOCSTRING', 'code': 'def count_files(\n directory: str, exclude_dir_re: Pattern[str], file_re: Pattern[str], ... | 0 |
{'name': 'RIPPER._set_theory_dl_lookup@build/lib/ruleset/ripper.py', 'description': 'Precalculate rule theory dls for various-sized rules. ', 'signature': 'def _set_theory_dl_lookup(self, df, size=15, verbosity=0):'}</s>{'name': 'num_pos@build/lib/ruleset/base.py', 'description': 'Returns number of instances that are l... | 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': 'SetGroupsEK80.set_vendor@echopype/convert/set_groups_ek80.py', 'description': 'Set the Vendor_specific group.', 'signature': 'def set_vendor(self) -> xr.Dataset:'}</s>logger = _init_logger(__name__) | 0 |
{'name': 'MyInterface.execute@src/python_scripts/scripts/build_afni.py', 'description': 'evaluate what needs to be done, report on it, any apply\n\n- evaluate directories\n - abin_path\n - root_path\n\nreturn 0 on success\n 1 on non-fatal termination error\n -1 on fatal error', 'signature': 'def exe... | 0 |
{'name': 'Lookyloo.remove_pickle@lookyloo/lookyloo.py', 'description': 'Remove the pickle from a specific capture.', 'signature': 'def remove_pickle(self, capture_uuid: str, /) -> None:'}</s>{'name': 'UniversalWhois@lookyloo/modules/uwhois.py', 'description': 'DOCSTRING', 'base_classes': ['AbstractModule'], 'methods': ... | 0 |
{'name': 'LeastSquares@reference/ThinkDSP/code/thinkstats2.py', 'description': 'Computes a linear least squares fit for ys as a function of xs.\n\nArgs:\n xs: sequence of values\n ys: sequence of values\n\nReturns:\n tuple of (intercept, slope)', 'signature': 'def LeastSquares(xs, ys):'}</s>{'name': 'MakePoiss... | 0 |
{'name': 'SegWitTest.test_uncompressed_pubkey@test/functional/p2p_segwit.py', 'description': 'Test uncompressed pubkey validity in segwit transactions.\n\nUncompressed pubkeys are no longer supported in default relay policy,\nbut (for now) are still valid in blocks.', 'signature': 'def test_uncompressed_pubkey(self):'}... | 0 |
{'name': 'Diagram.from_pyzx@discopy/quantum/zx.py', 'description': 'Takes a :class:`pyzx.Graph` returns a :class:`zx.Diagram`.\n\nExamples\n--------\n\n>>> bialgebra = Z(1, 2, .25) @ Z(1, 2, .75)\\\n... >> Id(1) @ SWAP @ Id(1) >> X(2, 1, .5) @ X(2, 1, .5)\n>>> graph = bialgebra.to_pyzx()\n>>> assert Diagram.from_py... | 0 |
{'name': 'prepare_download_redirect@videodl/views.py', 'description': 'Downloads the file on the local server if needed and redirects the client\nto the download when ready.', 'signature': 'def prepare_download_redirect(request, download_link_uuid):'}</s>DOWNLOAD_DIR = "/tmp/" | 0 |
{'name': 'MessageBus.request_name_sync@dbus_next/glib/message_bus.py', 'description': 'Request that this message bus owns the given name.\n\n:param name: The name to request.\n:type name: str\n:param flags: Name flags that affect the behavior of the name request.\n:type flags: :class:`NameFlag <dbus_next.NameFlag>`\n\n... | 1 |
{'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': 'CScriptOp.decode_op_n@test/functional/test_framework/script.py', 'description': 'Decode a small integer opcode, returning an integer', 'signature': 'def decode_op_n(self):'}</s>OP_2ROT = CScriptOp(0x71) | 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': 'handle_backlog@tools/cloud_functions/gcs_event_based_ingest/gcs_ocn_bq_ingest/common/ordering.py', 'description': 'submit the next item in the _backlog if it is non-empty or clean up the\n_BACKFILL and _bqlock files.\nArgs:\n gcs_client: storage.Client\n bq_client: bigquery.Client\n bkt: storage.Buck... | 0 |
{'name': 'ReplaceByFeeTest.test_doublespend_chain@qa/rpc-tests/replace-by-fee.py', 'description': 'Doublespend of a long chain', 'signature': 'def test_doublespend_chain(self):'}</s>{'name': 'PortSeed@qa/rpc-tests/test_framework/util.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': []} | 0 |
{'name': 'clean_merged_flowlines@oggm/core/flowline.py', 'description': 'Order and cut merged flowlines to size.\n\nAfter matching flowlines were found and merged to one glacier directory\nthis function makes them nice:\nThere should only be one flowline per bed, so overlapping lines have to be\ncut, attributed to a an... | 0 |
{'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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQAXC_STRUC_ID_ARRAY = [b'A', b'X', b'C', b' '] | 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': '_makeTags@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>{'name': 'srange@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsin... | 0 |
{'name': 'SetCriterion.loss_masks@models/detr.py', 'description': 'Compute the losses related to the masks: the focal loss and the dice loss.\ntargets dicts must contain the key "masks" containing a tensor of dim [nb_target_boxes, h, w]', 'signature': 'def loss_masks(self, outputs, targets, indices, num_boxes):'}</s>{'... | 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>search_timeout = 10*60 | 0 |
{'name': 'IUSequenceRun.running@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Indicate if this sequence is running', 'signature': 'def running(self) -> bool:'}</s>ATTR_DURATION_FACTOR = "duration_factor" | 0 |
{'name': 'LF_denies_list@trove/contrib/labelers/clinical/polarity.py', 'description': 'Patient denies X,Y,Z. ', 'signature': 'def LF_denies_list(span):'}</s>ABSTAIN = 0 | 1 |
{'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>{'name': 'lowlevelErrorToString@src/LabJackPython.py', 'description': 'Converts a low-level errorcode into a string.\... | 0 |
{'name': '_is_one_hot_encoding@mcfly/find_architecture.py', 'description': 'Helper function that checks if a target complies with one-hot encoding.\n ', 'signature': 'def _is_one_hot_encoding(y):'}</s>{'name': 'Task@mcfly/task.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': []} | 0 |
{'name': 'spenders_taproot_active@test/functional/feature_taproot.py', 'description': 'Return a list of Spenders for testing post-Taproot activation behavior.', 'signature': 'def spenders_taproot_active():'}</s>ANNEX_TAG = 80 | 0 |
{'name': 'add_hostname_info_to_flows@core/friendly_organizer.py', 'description': 'Adds hostname, reg_domain, and tracker_company to flows retroactively.', 'signature': 'def add_hostname_info_to_flows():'}</s>{'name': 'get@core/config.py', 'description': 'Returns an object associated with the configuration key. If the k... | 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': 'sympy2multilatextable@pysr/export_latex.py', 'description': 'Generate multiple latex tables for a list of equation sets.', 'signature': 'def sympy2multilatextable('}</s>{'name': 'PreciseLatexPrinter@pysr/export_latex.py', 'description': 'Modified SymPy printer with custom float precision.', 'base_classes': ['... | 0 |
{'name': 'device_added@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'A device is added or updated', 'signature': 'def device_added(notification):'}</s>CTRL_KEY_TYPE_FOLLOW_ADDR = 7 | 0 |
{'name': 'dict_to_cluster@cblaster/helpers.py', 'description': 'Creates a mock Cluster from a sequence dictionary.', 'signature': 'def dict_to_cluster(sequences, spacing=500):'}</s>{'name': 'get_program_path@cblaster/helpers.py', 'description': 'Get programs path given a list of program names.\n\nParameters:\n alias... | 0 |
{'name': 'update_startup_screen@displays/waveshare2in13v3.py', 'description': 'Show startup screen on eInk Display\n ', 'signature': 'def update_startup_screen():'}</s>wallet_fault_1 = "Fallo en la wallet" | 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': 'XRasterBase.x_dim@rioxarray/rioxarray.py', 'description': 'Hashable: The dimension for the X-axis.', 'signature': 'def x_dim(self) -> Hashable:'}</s>{'name': '_generate_spatial_coords@rioxarray/rioxarray.py', 'description': 'get spatial coords in new transform', 'code': 'def _generate_spatial_coords(\n *, ... | 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': 'BitXorOp@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['Operator'], 'methods': []} | 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>gui_colorpicker = dvz.dvz_gui_colorp... | 0 |
{'name': 'ExportHtml.get_tools@ExportHtml.py', 'description': 'Get tools for toolbar.', 'signature': 'def get_tools(self, tools, use_annotation, use_wrapping):'}</s>PACKAGE_SETTINGS = "ExportHtml.sublime-settings" | 0 |
{'name': 'encode_str@wrappers/python/indy_vdr/bindings.py', 'description': 'Encode an optional input argument as a string.\n\nReturns: None if the argument is None, otherwise the value encoded utf-8.', 'signature': 'def encode_str(arg: Optional[Union[str, bytes]]) -> c_char_p:'}</s>{'name': 'encode_bytes@wrappers/pytho... | 0 |
{'name': 'process_query@da/compiler/incgen.py', 'description': "Generates stub and hook for 'query'.", 'signature': 'def process_query(query, state):'}</s>{'name': 'ApiCallExpr@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['CallExpr'], 'methods': [{'name': 'ApiCallExpr.func@da/compiler/dast.py', 'd... | 0 |
{'name': 'AdversarialLearner.build_test_graph@models/adversarial_learner.py', 'description': 'This graph will be used for testing. In particular, it will\ncompute the loss on a testing set, or some other utilities.', 'signature': 'def build_test_graph(self):'}</s>{'name': 'preprocess_flow_batch@models/utils/flow_utils.... | 1 |
{'name': 'convert_single_example@bert_downstream/train_multi_learning.py', 'description': 'Converts a single `InputExample` into a single `InputFeatures`.', 'signature': 'def convert_single_example(ex_index, example, label_list, max_seq_length,'}</s>{'name': 'file_based_convert_examples_to_features@bert_downstream/trai... | 0 |
{'name': 'Ephemeris.get_sat_info@laika/ephemeris.py', 'description': 'Returns: (pos, vel, clock_err, clock_rate_err, ephemeris)', 'signature': 'def get_sat_info(self, time: GPSTime):'}</s>{'name': 'parse_sp3_orbits@laika/ephemeris.py', 'description': 'DOCSTRING', 'code': "def parse_sp3_orbits(file_names, supported_cons... | 0 |
{'name': 'RigidTransform.apply@autolab_core/rigid_transformations.py', 'description': "Applies the rigid transformation to a set of 3D objects.\n\nParameters\n----------\npoints : :obj:`BagOfPoints`\n A set of objects to transform. Could be any subclass\n of BagOfPoints.\n\nReturns\n-------\n:obj:`BagOfPoints`\n ... | 0 |
{'name': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'warn@gef.py', 'description': 'DOCSTRING', 'code': 'def warn(msg: str) -> None:\n gef_print(f"{Color.colorify(\'[*]\', \'bold yellow\')} {msg}")\n return'} | 0 |
{'name': 'Sheet.insert@tksheet/sheet.py', 'description': 'Insert an item into the treeview\n\nReturns:\n str: new item iid', 'signature': 'def insert('}</s>SELECT_BINDINGS = [] | 0 |
{'name': 'MomSpaceBasis.dens@doc/src/week46/Programs/NeutronMatterCCD_Ladders.py', 'description': 'returns density of system if num particles are present\nparam num: int, number of particles\nreturn dens: float', 'signature': 'def dens(self,num):'}</s>total_Tkin = compute_total_Tkin(NN,sp_basis,dk) | 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': 'TodoistAPI._update_state@todoist/api.py', 'description': 'Updates the local state, with the data returned by the server after a\nsync.', 'signature': 'def _update_state(self, syncdata):'}</s>{'name': 'BackupsManager@todoist/managers/backups.py', 'description': 'DOCSTRING', 'base_classes': ['Manager'], 'method... | 0 |
{'name': 'main@buildtest/main.py', 'description': 'Entry point to buildtest.', 'signature': 'def main():'}</s>{'name': 'BuildTest@buildtest/cli/build.py', 'description': 'This class is an interface to building tests via ``buildtest build`` command.', 'base_classes': [], 'methods': [{'name': 'BuildTest.__init__@buildtes... | 0 |
{'name': 'networkd_networks@kayobe/plugins/filter/networkd.py', 'description': 'Return a dict representation of networkd network configuration.\n\nThe format is compatible with the systemd_networkd_network variable in the\nstackhpc.linux.systemd_networkd role.\n\n:param context: a Jinja2 Context object.\n:param names: ... | 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': '_IsType@tools/cpplint.py', 'description': 'Check if expression looks like a type name, returns true if so.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n nesting_state: A NestingState instance which maintains information about\n the current stack of nested blocks bei... | 0 |
{'name': 'get_utt_list@python/RawNet2_modified/utils.py', 'description': 'Designed for VoxCeleb', 'signature': 'def get_utt_list(src_dir):'}</s>{'name': 'zipdir@python/RawNet2_modified/utils.py', 'description': 'DOCSTRING', 'code': 'def zipdir(path, ziph):\n for root, dirs, files in os.walk(path):\n for file ... | 0 |
{'name': 'CheckTrailingSemicolon@third_party/cpplint/cpplint.py', 'description': 'Looks for redundant trailing semicolon.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: The function to call with any... | 0 |
{'name': 'render_pep440_branch@versioneer.py', 'description': 'TAG[[.dev0]+DISTANCE.gHEX[.dirty]] .\n\nThe ".dev0" means not master branch. Note that .dev0 sorts backwards\n(a feature branch will appear "older" than the master branch).\n\nExceptions:\n1: no tags. 0[.dev0]+untagged.DISTANCE.gHEX[.dirty]', 'signature': '... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIA_STREAM_QUEUE_QOS = 275 | 0 |
{'name': 'find_gaps@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'Account for all the bits in the pattern\ndummy style just added as they got added', 'signature': 'def find_gaps(op):'}</s>MASK_FLW = 28799 | 0 |
{'name': 'upload_file_to_aws@code/iiif/collections/generate_collections_json.py', 'description': 'Upload file to IIIF server S3 bucket. NOTE: File must be in the current working directory.', 'signature': 'def upload_file_to_aws() -> None:'}</s>config_path = "collections_config.yml" | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.