text string | label int64 |
|---|---|
{'name': 'PPOTrainer._eval_checkpoint@ss_baselines/av_nav/ppo/ppo_trainer.py', 'description': 'Evaluates a single checkpoint.\n\nArgs:\n checkpoint_path: path of checkpoint\n writer: tensorboard writer object for logging to tensorboard\n checkpoint_index: index of cur checkpoint for logging\n\nReturns:\n No... | 1 |
{'name': 'evaluate_compliance@rdk/template/runtime/python3.12/rule_code.py', 'description': 'Form the evaluation(s) to be return to Config Rules\n\nReturn either:\nNone -- when no result needs to be displayed\na string -- either COMPLIANT, NON_COMPLIANT or NOT_APPLICABLE\na dictionary -- the evaluation dictionary, usua... | 0 |
{'name': 'import_graphite_dashboards@tessera-server/tasks.py', 'description': 'Import dashboards from a Graphite vanilla dashboard.', 'signature': 'def import_graphite_dashboards('}</s>config = app.config | 1 |
{'name': 'validateURL@src/feedvalidator/__init__.py', 'description': 'validate RSS from URL, returns events list, or (events, rawdata) tuple', 'signature': 'def validateURL(url, firstOccurrenceOnly=1, wantRawData=0):'}</s>{'name': 'SAXError@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Er... | 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': 'ReplaceByFeeTest.test_spends_of_conflicting_outputs@test/functional/feature_rbf.py', 'description': 'Replacements that spend conflicting tx outputs are rejected', 'signature': 'def test_spends_of_conflicting_outputs(self):'}</s>OP_PUBKEY = CScriptOp(0xfe) | 0 |
{'name': 'TopologyView.retrieve@moi/views.py', 'description': 'Read information about an individual Topology resource.\n\nThe GET method reads the information of a Topology.', 'signature': 'def retrieve(self, request, *args, **kwargs):'}</s>{'name': 'CommonNotificationSerializer@moi/serializers.py', 'description': 'DOC... | 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': 'test_put_get_delete_replication@ut/test.py', 'description': '设置、获取、删除跨园区复制配置', 'signature': 'def test_put_get_delete_replication():'}</s>{'name': 'test_cos_ai_face_effect@ut/test.py', 'description': 'DOCSTRING', 'code': 'def test_cos_ai_face_effect():\n # 人脸特效\n response, data = ai_recognition_client.co... | 0 |
{'name': 'PFPool._to_string@pf/rule.py', 'description': 'Return the string representation of the address pool.', 'signature': 'def _to_string(self):'}</s>PFTM_UNLINKED = 22 | 0 |
{'name': 'KafkaTestRunner._get_address@kafka/verify_kafka_running.py', 'description': 'Generates full address from cluster name, suffix and port.\n\nArgs:\n node_suffix (str): node suffix\n port (str): connection port for worker node\n\nReturns:\n string: address specified by node_suffix and port', 'signature': 'def... | 1 |
{'name': 'authenticate@src/server/server.py', 'description': 'Sends a 401 response that enables basic auth.', 'signature': 'def authenticate():'}</s>{'name': 'determineHostAddress@src/server/server.py', 'description': 'Determines local host IP address. Will wait and retry to get valid IP, in\ncase system is starting u... | 0 |
{'name': 'WebcamVideoStream.stop@versions/speed-cam_8.87.py', 'description': 'indicate that the thread should be stopped ', 'signature': 'def stop(self):'}</s>{'name': 'PiVideoStream@versions/speed-cam_8.87.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'PiVideoStream.__init__@versions/speed-... | 0 |
{'name': 'parse_uvs_file@make_bw_font.py', 'description': "Parses an Unicode Variation Sequences text file.\nReturns a list of tuples in the form\n(unicodeValue, variationSelector, glyphName).\n'unicodeValue' and 'variationSelector' are integer code points.\n'glyphName' may be None, to indicate this is the default vari... | 0 |
{'name': 'Cdf.__init__@reference/ThinkDSP/code/thinkstats2.py', 'description': 'Initializes.\n\nIf ps is provided, obj must be the corresponding list of values.\n\nobj: Hist, Pmf, Cdf, Pdf, dict, pandas Series, list of pairs\nps: list of cumulative probabilities\nlabel: string label', 'signature': 'def __init__(self, o... | 0 |
{'name': 'XPRESS_PY.actualSolve@pulp/apis/xpress_api.py', 'description': 'Solve a well formulated lp problem', 'signature': 'def actualSolve(self, lp, prepare=None):'}</s>LpStatusToSolution = {
LpStatusNotSolved: LpSolutionInfeasible,
LpStatusOptimal: LpSolutionOptimal,
LpStatusInfeasible: LpSolutionInfeasi... | 0 |
{'name': 'readability@panoramix/simplify.py', 'description': "- replaces variable names with nicer ones,\n- fixes empty memory in calls\n- replaces 'max..' in setmems with msize variable\n (max can only appear because of this)", 'signature': 'def readability(trace):'}</s>{'name': 'make_range@panoramix/simplify.py', ... | 0 |
{'name': 'Board.san@Monika After Story/game/python-packages/chess/__init__.py', 'description': 'Gets the standard algebraic notation of the given move in the context of\nthe current position.\n\nThere is no validation. It is only guaranteed to work if the move is\nlegal or a null move.', 'signature': 'def san(self, mov... | 0 |
{'name': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': 'is_select@src/api/python/z3/z3.py', ... | 0 |
{'name': 'DeeppolyNonlinearity.__init__@tf_verify/deeppoly_nodes.py', 'description': "Arguments\n---------\ninput_names : iterable\n iterable with the name of the vector you want to apply the non-linearity to\noutput_name : str\n name of this node's output\noutput_shape : iterable\n iterable of ints with the s... | 0 |
{'name': 'PythonModuleSourceFileGenerator._GetPythonTypeObjectFunctionPrototype@yaldevtools/source_generators/python_module.py', 'description': 'Determines the Python type object function prototypes.\n\nArgs:\n project_configuration (ProjectConfiguration): project configuration.\n type_name (str): type name.\n type_... | 1 |
{'name': 'Serial._telnet_read_loop@serial/rfc2217.py', 'description': 'Read loop for the socket.', 'signature': 'def _telnet_read_loop(self):'}</s>EC = b'\xf7' | 0 |
{'name': 'TestClassification.check_metric_values_for_classification@tests/test_classification.py', 'description': 'Check that the classification metric values are as expected.\n\nParameters\n----------\nmetric_name : str\n Name of the metric to check.\nlabel_array : list of str\n List of label strings from which ... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQPBC_STRUC_ID_ARRAY = [b'P', b'B', b'C', b' '] | 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': 'main@databricks-adx-integration/src/code/functions/adxingestp2/__app__/dataingest/__init__.py', 'description': 'Main function, triggered by Azure Storage Queue, parsed queue content and call ingest_to_ADX\n:param msg: func.QueueMessage\n:return: None', 'signature': 'def main(msg: func.QueueMessage) -> None:'}... | 1 |
{'name': 'Cursor.set_key@lmdb/cffi.py', 'description': 'Seek exactly to `key`, returning ``True`` on success or ``False`` if\nthe exact key was not found. It is an error to :py:meth:`set_key` the\nempty bytestring.\n\nFor databases opened with `dupsort=True`, moves to the first value\n("duplicate") for the key.\n\nEqui... | 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': 'Swapper.sample_patches@models/swapper.py', 'description': 'Patch sampler for feature maps.\n\nParameters\n---\ninputs : torch.Tensor\n the input feature maps, shape: (c, h, w).\npatch_size : int, optional\n the spatial size of sampled patches\nstride : int, optional\n the stride of sampling.\n\nRetur... | 1 |
{'name': 'get_random_vector@articles/inversion.py', 'description': "Return a random vector with a maximum length of 'max_step'.", 'signature': 'def get_random_vector(max_step):'}</s>{'name': 'complex_inversion@articles/inversion.py', 'description': 'DOCSTRING', 'code': 'def complex_inversion(z, z0, r):\n return z0 +... | 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': '_get_single_sp3_hydrogen_help@sidechainnet/structure/HydrogenBuilder.py', 'description': 'Torchscript helper for _get_single_sp3_hydrogen.', 'signature': 'def _get_single_sp3_hydrogen_help(center, R1, R2, R3):'}</s>{'name': 'AtomHolder@sidechainnet/structure/HydrogenBuilder.py', 'description': "A defaultdict ... | 0 |
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>LJE_DATA_BUFFER_OVERFLOW = 20 | 0 |
{'name': 'ProcessLine@third_party/cpplint/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each representing a line of the file,\n ... | 1 |
{'name': 'residual_block@resnet.py', 'description': 'Standard building block for residual networks with BN after convolutions.\n\nArgs:\n inputs: `Tensor` of size `[batch, channels, height, width]`.\n filters: `int` number of filters for the first two convolutions. Note that\n the third and final convolution wil... | 0 |
{'name': 'PortManager.check_modem_lines@serial/rfc2217.py', 'description': 'read control lines from serial port and compare the last value sent to remote.\nsend updates on changes.', 'signature': 'def check_modem_lines(self, force_notification=False):'}</s>ECHO = b'\x01' | 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': 'parse_xml_file@scripts/docs/api_docgen/xml_utils.py', 'description': 'Return the top-level objects from an lxml-parsed file', 'signature': 'def parse_xml_file(filename: str) -> Tuple[Any, Any]:'}</s>OCCA_GITHUB_URL = "https://github.com/libocca/occa" | 0 |
{'name': 'GefHelpCommand.__rebuild@gef.py', 'description': 'Rebuild the documentation.', 'signature': 'def __rebuild(self) -> None:'}</s>{'name': 'set_arch@gef.py', 'description': 'DOCSTRING', 'code': 'def set_arch(arch: str | None = None, _: str | None = None) -> None:\n return reset_architecture(arch)'} | 0 |
{'name': 'update_startup_screen@displays/waveshare2in13v3.py', 'description': 'Show startup screen on eInk Display\n ', 'signature': 'def update_startup_screen():'}</s>lnurl_generation_2 = "codigo QR para escanear" | 0 |
{'name': 'SegWitTest.test_witness_sigops@test/functional/p2p_segwit.py', 'description': 'Ensure sigop counting is correct inside witnesses.', 'signature': 'def test_witness_sigops(self):'}</s>{'name': 'count_bytes@test/functional/test_framework/util.py', 'description': 'DOCSTRING', 'code': 'def count_bytes(hex_string):... | 0 |
{'name': 'Subscribers.all@mailerlite/subscriber.py', 'description': 'Get paginated details of all Subscribers from your account.\n\nlook at https://developers.mailerlite.com/v2/reference#subscribers\n\nParameters\n----------\nlimit : int\n How many subscribers you want\noffset : int\n page index\nstype : str\n ... | 0 |
{'name': 'find_otherside_modules@rtl/vendor/pulp_platform_register_interface/vendor/lowrisc_opentitan/util/topgen/intermodule.py', 'description': 'Find far-end port based on given module and signal name\n ', 'signature': 'def find_otherside_modules(topcfg: OrderedDict, m,'}</s>{'name': 'get_clk_name@rtl/vendor/pulp_... | 0 |
{'name': 'MapperComplex.__init__@sklearn_tda/clustering.py', 'description': 'Constructor for the MapperComplex class.\n\nAttributes:\n inp (string): either "point cloud" or "distance matrix". Specifies the type of input data.\n filters (numpy array of shape (num_points) x (num_filters)): filters (sometimes called... | 0 |
{'name': 'init_main_data@utils/util.py', 'description': 'Parse the configuration file and return the necessary data for initalize the tool\n:param config_file:\n:return:', 'signature': 'def init_main_data(config_file):'}</s>{'name': 'zip_data@utils/util.py', 'description': ':param file_to_zip:\n:param path:\n:return:',... | 0 |
{'name': 'BL3Save.import_protobuf@bl3save/bl3save.py', 'description': 'Given raw protobuf data, load it into ourselves so\nthat we can work with it. This also sets up a few\nconvenience vars for our later use', 'signature': 'def import_protobuf(self, data):'}</s>chassis_to_vehicle = {} | 0 |
{'name': 'DNSIncoming.readOthers@stino/pyarduino/base/zeroconf.py', 'description': 'Reads the answers, authorities and additionals section of the\npacket', 'signature': 'def readOthers(self):'}</s>{'name': 'AbstractMethodException@stino/pyarduino/base/zeroconf.py', 'description': 'DOCSTRING', 'base_classes': ['Exceptio... | 0 |
{'name': 'test@chapter11-autonomous-vehicles/imitation_learning/train.py', 'description': 'Test over the whole dataset', 'signature': 'def test(model, device, loss_function, data_loader):'}</s>DATA_FILE = "data.gzip" | 0 |
{'name': 'condition@altair/vegalite/v3/api.py', 'description': 'A conditional attribute or encoding\n\nParameters\n----------\npredicate: Selection, LogicalOperandPredicate, expr.Expression, dict, or string\n the selection predicate or test predicate for the condition.\n if a string is passed, it will be treated ... | 0 |
{'name': 'import_da@da/api.py', 'description': '**DEPRECATED***\n\nImports DistAlgo module \'module\', returns the module object.\n\nThis function mimics the Python builtin __import__() function for DistAlgo\nmodules. \'name\' is the name of the module to be imported, in\n"dotted module name" format. The module must be... | 0 |
{'name': 'import_da@da/api.py', 'description': '**DEPRECATED***\n\nImports DistAlgo module \'module\', returns the module object.\n\nThis function mimics the Python builtin __import__() function for DistAlgo\nmodules. \'name\' is the name of the module to be imported, in\n"dotted module name" format. The module must be... | 0 |
{'name': '_NoThreadingLIFOQueue.get@src/pybnb/priority_queue.py', 'description': 'Removes and returns the next item in the\nqueue. If the queue is empty, returns None.', 'signature': 'def get(self):'}</s>{'name': '_NoThreadingLIFOQueue@src/pybnb/priority_queue.py', 'description': 'A simple last-in, first-out queue impl... | 1 |
{'name': 'list_to_carray@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a python list into a C array', 'signature': 'def list_to_carray(elem_type, *args):'}</s>{'name': 'wasm_importtype_vec_t@language-bindings/python/src/wamr/wasmcapi/binding.py', 'description': 'DOCSTRING', 'base_classes'... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCFSTATUS_IN_BACKUP = 3 | 0 |
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>{'name': 'StringToConstant@src/LabJackPython.py', 'description': 'Converts an LabJackUD valid string to its constant value.\n\nFor Windows... | 0 |
{'name': 'Ava._images_and_boxes_preprocessing_cv2@models/SlowFast/slowfast/datasets/ava_dataset.py', 'description': 'This function performs preprocessing for the input images and\ncorresponding boxes for one clip with opencv as backend.\n\nArgs:\n imgs (tensor): the images.\n boxes (ndarray): the boxes for the cu... | 0 |
{'name': 'MailToolbarPanel.process_response@mail_panel/panels.py', 'description': 'generate_stats replace process_response in django-debug-toolbar 2.0.\nCall generate_stats for back compatibility.', 'signature': 'def process_response(self, request, response):'}</s>MAIL_TOOLBAR_TTL = getattr(settings, 'MAIL_TOOLBAR_TTL'... | 0 |
{'name': 'TraceForest.add_trace@jitlog/objects.py', 'description': 'Create a new trace object and attach it to the forest ', 'signature': 'def add_trace(self, trace_type, unique_id, trace_nmr, jd_name=None):'}</s>MARK_ASM = struct.pack("b", 0x16) | 0 |
{'name': 'list_to_carray@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a python list into a C array', 'signature': 'def list_to_carray(elem_type, *args):'}</s>{'name': 'wasm_extern_as_memory@language-bindings/python/src/wamr/wasmcapi/binding.py', 'description': 'DOCSTRING', 'code': 'def w... | 0 |
{'name': 'libmain@da/__main__.py', 'description': "Main program entry point.\n\nParses command line options, sets up global variables, and calls the 'main'\nfunction of the DistAlgo program.", 'signature': 'def libmain():'}</s>VERSION_BYTES = _version_as_bytes() | 0 |
{'name': 'NestingState.CheckCompletedBlocks@scripts/cpplint.py', 'description': 'Checks that all classes and namespaces have been completely parsed.\n\nCall this when all lines in a file have been processed.\nArgs:\n filename: The name of the current file.\n error: The function to call with any errors found.', 'signa... | 0 |
{'name': 'SendClient.send_message@uamqp/client.py', 'description': 'Send a single message or batched message.\n\n:param messages: A message to send. This can either be a single instance\n of `Message`, or multiple messages wrapped in an instance of `BatchMessage`.\n:type message: ~uamqp.message.Message\n:param close_on... | 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': 'View.scale_contrast@picasso/gui/render.py', 'description': 'Scales image based on contrast values from Display Settings\nDialog.\n\nParameters\n----------\nimage : np.array or list of np.arrays\n Array with rendered locs (grayscale)\nautoscale : boolean (default=False)\n If True, finds optimal contrast\... | 0 |
{'name': 'encodeLength@src/mqtt/pdu.py', 'description': 'Encodes value into a multibyte sequence defined by MQTT protocol.\nUsed to encode packet length fields.', 'signature': 'def encodeLength(value):'}</s>{'name': 'PINGRES@src/mqtt/pdu.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': ... | 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': '_to_google_timestamp@netanalysis/traffic/analysis/find_anomalies.py', 'description': 'Converts a datetime.datetime to the timestamp format used by the Transparency Report', 'signature': 'def _to_google_timestamp(timestamp: datetime.datetime):'}</s>{'name': 'main@netanalysis/traffic/analysis/find_anomalies.py'... | 0 |
{'name': 'Status.__init__@robopianist/viewer/application.py', 'description': 'Instance initializer.\n\nArgs:\n time_multiplier: Instance of util.TimeMultiplier.\n pause: An observable pause subject, instance of util.ObservableFlag.\n frame_timer: A Timer instance counting duration of frames.', 'signature': 'def __in... | 1 |
{'name': 'test_MultiBaseTilerFactory@src/titiler/core/tests/test_factories.py', 'description': 'test MultiBaseTilerFactory.', 'signature': 'def test_MultiBaseTilerFactory(rio):'}</s>{'name': 'test_TMSFactory@src/titiler/core/tests/test_factories.py', 'description': 'test TMSFactory.', 'code': 'def test_TMSFactory():\n ... | 0 |
{'name': 'parse2_read@pairtools/lib/parse.py', 'description': 'Parse sam entries corresponding to a Hi-C molecule into alignments in parse2 mode\nfor a Hi-C pair.\nReturns\n-------\nstream: iterator\n Each element is a triplet: (algn1, aldn2, pair_index)\n algn1, algn2: dict\n Two alignments selected for r... | 0 |
{'name': 'geometric_mean@pytorch_toolbelt/inference/functional.py', 'description': 'Compute geometric mean along given dimension.\nThis implementation assume values are in range (0...1) (Probabilities)\nArgs:\n x: Input tensor of arbitrary shape\n dim: Dimension to reduce\n\nReturns:\n Tensor', 'signature': 'd... | 0 |
{'name': 'test_passive_flag@tests/integration_go.py', 'description': 'test disabling active minifying', 'signature': 'def test_passive_flag(client):'}</s>is_windows = sys.platform.startswith("win") | 0 |
{'name': 'atomic_writer@src/workflow/util.py', 'description': 'Atomic file writer.\n\n.. versionadded:: 1.12\n\nContext manager that ensures the file is only written if the write\nsucceeds. The data is first written to a temporary file.\n\n:param fpath: path of file to write to.\n:type fpath: ``unicode``\n:param mode: ... | 0 |
{'name': 'DocumentPointer.__init__@src/jsonspec/pointer/bases.py', 'description': ':param pointer: a string or DocumentPointer instance', 'signature': 'def __init__(self, pointer):'}</s>logger = logging.getLogger(__name__) | 1 |
{'name': 'SimpleServer.createPV@pcaspy/driver.py', 'description': "Create PV based on prefix and database definition pvdb\n\n:param str prefix: Name prefixing the *base_name* defined in *pvdb*\n:param dict pvdb: PV database configuration\n\npvdb is a Python *dict* assuming the following format,\n::\n... | 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': 'plot_legend@pymeteo/skewt.py', 'description': 'Plot skew-t legend', 'signature': 'def plot_legend(axes):'}</s>Tmin = -40.0 | 0 |
{'name': 'Unmarshaller._read_header@dbus_next/_private/unmarshaller.py', 'description': 'Read the header of the message.', 'signature': 'def _read_header(self):'}</s>{'name': 'MessageFlag@dbus_next/constants.py', 'description': 'Flags that affect the behavior of sent and received messages\n ', 'base_classes': ['IntF... | 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': 'render@blender_kitti/cli.py', 'description': ' ', 'signature': 'def render(python, background, render_config: typing.Union[str, None], filenames):'}</s>{'name': 'add_objects_from_data@blender_kitti/blender_kitti.py', 'description': 'DOCSTRING', 'code': 'def add_objects_from_data(tasks: {str: typing.Any}, s... | 0 |
{'name': 'Serial.reset_output_buffer@serial/serialwin32.py', 'description': 'Clear output buffer, aborting the current output and discarding all\nthat is in the buffer.', 'signature': 'def reset_output_buffer(self):'}</s>ERROR_SUCCESS = 0 | 0 |
{'name': 'geticmptypebynumber@pf/_utils.py', 'description': 'Return the ICMP type as a string.', 'signature': 'def geticmptypebynumber(type, af):'}</s>PF_POOL_RANDOM = 2 | 0 |
{'name': 'Device._buildReadRegisterPacket@src/LabJackPython.py', 'description': 'self._buildReadRegisterPacket(addr, numReg)\n\nBuilds a raw modbus "Read Register" packet to be written to a device\n\nReturns a tuple:\n(<Packet as a list>, <number of bytes to read>)', 'signature': 'def _buildReadRegisterPacket(self, add... | 0 |
{'name': 'test_julier_sigma_points_1D@filterpy/kalman/tests/test_ukf.py', 'description': 'tests passing 1D data into sigma_points', 'signature': 'def test_julier_sigma_points_1D():'}</s>{'name': 'test_scaled_weights@filterpy/kalman/tests/test_ukf.py', 'description': 'DOCSTRING', 'code': 'def test_scaled_weights():\n ... | 0 |
{'name': 'SectionHeader.new_member@pcapng/blocks.py', 'description': "Helper method to create a block that's a member of this section", 'signature': 'def new_member(self, cls, **kwargs):'}</s>{'name': 'BlockWithInterfaceMixin@pcapng/blocks.py', 'description': 'Block mixin for blocks that have/require an interface.\nThi... | 0 |
{'name': 'convert_to_unicode@tokenization.py', 'description': "Converts `text` to Unicode (if it's not already), assuming utf-8 input.", 'signature': 'def convert_to_unicode(text):'}</s>{'name': '_is_control@tokenization.py', 'description': 'Checks whether `chars` is a control character.', 'code': 'def _is_control(char... | 0 |
{'name': 'example_intersect@examples/mesh_distmesh2d.py', 'description': 'example on how to use dist_intersect and fix_points_fd', 'signature': 'def example_intersect():'}</s>{'name': 'box_circle@pyeit/mesh/shape.py', 'description': 'unit circle at (0.5, 0.5) with r=0.5', 'code': 'def box_circle(pts):\n """unit circ... | 0 |
{'name': 'run_simple@SneakerBot 2019/venv/lib/python3.7/site-packages/werkzeug/serving.py', 'description': "Start a WSGI application. Optional features include a reloader,\nmultithreading and fork support.\n\nThis function has a command-line interface too::\n\n python -m werkzeug.serving --help\n\n.. versionadded:: ... | 1 |
{'name': 'EnvironmentFinder.ordered@kayobe/utils.py', 'description': 'List of environments ordered by the constraints', 'signature': 'def ordered(self):'}</s>{'name': 'validate_config_path@kayobe/utils.py', 'description': 'Validate the Kayobe configuration path.\n\nCheck whether we are executing from inside a Kayobe co... | 0 |
{'name': 'create_and_configure_vpc@lib/workshop.py', 'description': 'Create VPC', 'signature': "def create_and_configure_vpc(tag='research-workshop'): "}</s>{'name': 'newest_image@lib/workshop.py', 'description': 'Get Newest Amazon Linux Image from list', 'code': 'def newest_image(list_of_images):\n """Get Newest Am... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCMD_DELETE_LISTENER = 96 | 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': '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': 'deprecated@da/common.py', 'description': "Declare 'func' as deprecated.\n\nThis is a decorator which can be used to mark functions as deprecated. It\nwill result in a warning being emmitted when the function is used.", 'signature': 'def deprecated(func):'}</s>{'name': 'Null@da/common.py', 'description': 'DOCS... | 0 |
{'name': 'InstanceGroupsAction.delete_instance_groups@qingcloud/iaas/actions/instance_groups.py', 'description': 'Delete the specific instance group.\n@param instance_groups: An id list contains the group(s) id which will be deleted.', 'signature': 'def delete_instance_groups(self, instance_groups,'}</s>ACTION_CREATE_L... | 0 |
{'name': 'GefRemoteSessionManager.connect@gef.py', 'description': 'Connect to remote target. If in extended mode, also attach to the given PID.', 'signature': 'def connect(self, pid: int) -> bool:'}</s>{'name': 'GlibcHeapFastbinsYCommand@gef.py', 'description': 'Display information on the fastbinsY on an arena (default... | 0 |
{'name': 'visualize_result@image_adaptive_lut_evaluation.py', 'description': 'Saves a generated sample from the validation set', 'signature': 'def visualize_result():'}</s>{'name': 'TrilinearInterpolation@models.py', 'description': 'DOCSTRING', 'base_classes': ['torch.autograd.Function'], 'methods': [{'name': 'Trilinea... | 0 |
{'name': 'Layer.buffer_size@openmaptiles/tileset.py', 'description': "Layer's buffer size is computed from `buffer_size` and `min_buffer_size` from layer and tileset files,\nas well the TILE_BUFFER_SIZE env var using this logic:\n\nmax(\n first_found_value(\n TILE_BUFFER_SIZE env variable,\n buffer_size set in t... | 0 |
{'name': 'w_pb_fs@disdat/hyperframe.py', 'description': "Write the pb contained in the xxxRecord.\n\nNote: If atomic=True, in almost all cases there won't actually be another file with\nthis name. But if there is, this will atomically replace the file with the new version.\n\nNote: Atomicity means we won't have a corr... | 0 |
{'name': 'DenseOTF.get_move_forward@src/pecanpy/pecanpy.py', 'description': 'Wrap ``move_forward``.\n\nThis function returns a ``numba.njit`` compiled function that takes\ncurrent vertex index (and the previous vertex index if available) and\nreturns the next vertex index by sampling from a discrete random\ndistributio... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.