text
string
label
int64
{'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.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': 'PacketFilter.kill_states@pf/filter.py', 'description': 'Clear states matching the specified arguments.\n\nStates can be specified by address family, layer-4 protocol, source and\ndestination addresses, interface name, label and routing domain. Return\nthe number of killed states.', 'signature': 'def kill_stat...
0
{'name': 'FuseGTest@swap-ssdb-1.9.2/tests/googletest/googletest/scripts/fuse_gtest_files.py', 'description': 'Fuses gtest.h and gtest-all.cc.', 'signature': 'def FuseGTest(gtest_root, output_dir):'}</s>INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"')
0
{'name': 'NewDatabase.update@premise/new_database.py', 'description': 'Update a specific sector by name.', 'signature': 'def update(self, sectors: [str, list, None] = None) -> None:'}</s>FILEPATH_METHANOL_FUELS_INVENTORIES = INVENTORY_DIR / "lci-synfuels-from-methanol-from-electrolysis.xlsx"
0
{'name': 'RasterMap@MRT_FUNC_PY4.py', 'description': 'Make a map centered at a given point, with given dimensions', 'signature': 'def RasterMap():'}</s>{'name': 'GoAz@MRT_FUNC_PY4.py', 'description': 'Go to a specific Azimuth without changing elevation', 'code': 'def GoAz(azGa=None):\n """Go to a specific Azimuth wi...
0
{'name': 'check_for_openmp@setup.py', 'description': 'Check whether the default compiler supports OpenMP.\nThis routine is adapted from yt, thanks to Nathan\nGoldbaum. See https://github.com/pynbody/pynbody/issues/124', 'signature': 'def check_for_openmp():'}</s>sources_list = [os.path.join('src', 'pygraphillion.cc'),...
0
{'name': 'PrintFormatCommand.do_invoke@gef.py', 'description': 'Default value for print-format command.', 'signature': 'def do_invoke(self, _: list[str], **kwargs: Any) -> None:'}</s>{'name': 'Endianness@gef.py', 'description': 'DOCSTRING', 'base_classes': ['enum.Enum'], 'methods': [{'name': 'Endianness.__str__@gef.py'...
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': 'Muse._subscribe_eeg@muselsl/muse.py', 'description': 'subscribe to eeg stream.', 'signature': 'def _subscribe_eeg(self):'}</s>LSL_SCAN_TIMEOUT = 5
0
{'name': '_import_xml@contrib/xml/xmlio.py', 'description': 'Returns the Tulip data structure contained in a parsed XML file.', 'signature': 'def _import_xml('}</s>{'name': '_assert_square_array@tulip/hybrid.py', 'description': 'DOCSTRING', 'code': "def _assert_square_array(\n array:\n np.ndarray\n ...
0
{'name': 'Box3dEvaluator.loadGT@cityscapesscripts/evaluation/evalObjectDetection3d.py', 'description': 'Loads ground truth from the given folder.\n\nArgs:\n gt_folder (str): Ground truth folder', 'signature': 'def loadGT('}</s>{'name': 'CsIgnore2d@cityscapesscripts/helpers/annotation.py', 'description': 'Class that ...
1
{'name': '_install@ez_setup.py', 'description': 'Install Setuptools.', 'signature': 'def _install(archive_filename, install_args=()):'}</s>{'name': '_conflict_bail@ez_setup.py', 'description': 'Setuptools was imported prior to invocation, so it is\nunsafe to unload it. Bail out.', 'code': 'def _conflict_bail(VC_err, ve...
0
{'name': 'get_iou@yolo_modules/yolo_gluon.py', 'description': 'Parameter:\n----------\npredict: mxnet.ndarray\n channels are {???}*4\ntarget: mxnet.ndarray\n target.shape = (5)\nmode: [1,2]\n 1: target format is cltrb\n 2: target fromat is cyxhw\n\nReturns\n----------\nious: mxnet.ndarray\n ious between predict an...
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>{'name': 'QDQQuantPara...
0
{'name': 'GroupFitter.xfit_redshift@grizli/fitting.py', 'description': 'Two-step procedure for fitting redshifts\n\n1. polynomial, spline template fits\n2. redshift grids\n3. ...\n\nParameters\n----------\nprior : None, (array, array)\n Redshift prior (z, pz). Will be interpolated to the redshift\n fit grid\n\nt...
0
{'name': '_load_items_from_file@venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py', 'description': 'Given a single file, loads all the trust objects from it into arrays and\nthe keychain.\nReturns a tuple of lists: the first list is a list of identities, the\nsecond a list of certs.', 'si...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRCCF_MCA_NAME_WRONG_TYPE = 4053
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': 'render_heading@lookatme/render/markdown_block.py', 'description': 'Render markdown headings, using the defined styles for the styling and\nprefix/suffix.\n\nSee :any:`lookatme.tui.SlideRenderer.do_render` for argument and return\nvalue descriptions.\n\nBelow are the default stylings for headings:\n\n.. code-b...
0
{'name': 'Parser.p_named_arg_definition@yaql/language/parser.py', 'description': 'named_arg : value MAPPING value', 'signature': 'def p_named_arg_definition(p):'}</s>{'name': 'Expression@yaql/language/expressions.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'Expression.__call__@yaql/languag...
0
{'name': '_clean_up_temporary_files@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': 'download_and_uncompress...
0
{'name': 'AGraph.draw@pygraphviz/agraph.py', 'description': 'Output graph to path in specified format.\n\n.. caution:: EXPERIMENTAL\n\nThis version of the draw command uses libgvc for drawing instead\nof command line GraphViz tools like in versions <1.6 and the default.\n\nAn attempt will be made to guess the output fo...
0
{'name': 'PrettyDir.public@pdir/api.py', 'description': 'Returns public attributes of the inspected object.', 'signature': "def public(self) -> 'PrettyDir':"}</s>{'name': 'get_attr_category@pdir/attr_category.py', 'description': 'DOCSTRING', 'code': 'def get_attr_category(\n name: str, attr: Any, obj: Any\n) -> Unio...
0
{'name': 'rpca@deicode/rpca.py', 'description': 'Runs RPCA with an rclr preprocessing step.\n\nThis code will be run by both the standalone and QIIME 2 versions of\nDEICODE.', 'signature': 'def rpca(table: biom.Table,'}</s>DEFAULT_MFC = 10
1
{'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@tools/gfx/png.py', 'description': 'Run the PNG encoder with options from the command line.', 'signature': 'def _main(argv):'}</s>{'name': 'write_chunks@tools/gfx/png.py', 'description': 'Create a PNG file by writing out the chunks.', 'code': 'def write_chunks(out, chunks):\n """Create a PNG file by w...
0
{'name': 'generate@code/html/generate_static_website.py', 'description': 'Regenerates the whole static website given an already imported set of entries, inspirations and developers.\nThese datasets must be valid for each other, i.e. each inspiration listed in entries must also have an\nentry in inspirations and the sam...
0
{'name': 'prepare@joeynmt/prediction.py', 'description': 'Helper function for model and data loading.\n\n:param args: config args\n:param rank: ddp rank\n:param mode: execution mode', 'signature': 'def prepare(args: BaseConfig, rank: int,'}</s>{'name': 'expand_reverse_index@joeynmt/helpers.py', 'description': 'Expand r...
0
{'name': 'pad@venv/Lib/site-packages/numpy/lib/arraypad.py', 'description': "Pads an array.\n\nParameters\n----------\narray : array_like of rank N\n Input array\npad_width : {sequence, array_like, int}\n Number of values padded to the edges of each axis.\n ((before_1, after_1), ... (before_N, after_N)) unique...
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': 'FreshInt@src/api/python/z3/z3.py', 'descri...
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': 'ResourceManage.ListAccounts@solution/compliance/3.4-sub-resource-changes/python_script/subscription.py', 'description': '获取当前资源目录下的全部账号列表\nReturns:', 'signature': 'def ListAccounts(self):'}</s>mysql_endpoint = "s"
0
{'name': '_mix_sounds@jupylet/audio/device.py', 'description': 'Mix sound data from given sounds into a single numpy array.\n\nArgs:\n sounds: Currently playing sound objects.\n frames (int): Number of frames to consume from each sound object.\n\nReturns:\n ndarray', 'signature': 'def _mix_sounds(sounds, frame...
0
{'name': '_build_classification_loss@object_detection/builders/losses_builder.py', 'description': 'Builds a classification loss based on the loss config.\n\nArgs:\n loss_config: A losses_pb2.ClassificationLoss object.\n\nReturns:\n Loss based on the config.\n\nRaises:\n ValueError: On invalid loss_config.', 'signatu...
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>{'na...
0
{'name': 'save_image@utils_wgan.py', 'description': 'Save image by unprocessing assuming mean 127.5\n:param image:\n:param save_dir:\n:param name:\n:return:', 'signature': 'def save_image(image, image_height, image_width, save_dir, name=""):'}</s>{'name': 'weight_variable@utils_wgan.py', 'description': 'DOCSTRING', 'co...
0
{'name': 'CPUConv.op@foxhound/ops.py', 'description': 'Benanne lasange same for cpu ', 'signature': 'def op(self, state):'}</s>{'name': 'ELU@foxhound/activations.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'ELU.__init__@foxhound/activations.py', 'description': 'DOCSTRING', 'code': ...
0
{'name': 'delete_keys@hokusai/lib/common.py', 'description': "given dict 'd1',\nand dict 'keys' which specifies keys in d1 to delete,\ndelete those keys from d1, if they exist.\nfor example:\n\n# d1\n{\n 'a': 1,\n 'b': {\n 'ba': 2,\n 'bb': 3\n }\n}\n\n# keys\n{\n 'a': {}, # empty dict because value doesn't ma...
0
{'name': 'ProcessLine@ament_cpplint/ament_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 fi...
0
{'name': 'ParserElement.setDebug@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.\nSet ``flag`` to True to enable, False to disable.\n\nExample::\n\n wd = Word(alphas).setName("alphaword")\n integer = Word(num...
1
{'name': 'OrderFileTestCase.test@llvm-project/lldb/test/API/macosx/order/TestOrderFile.py', 'description': 'Test debug symbols follow the correct order by the order file.', 'signature': 'def test(self):'}</s>{'name': 'run_break_set_by_selector@llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py', 'description'...
0
{'name': 'ParserElement.setDebug@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.\nSet ``flag`` to True to enable, False to disable.\n\nExample::\n\n wd = Word(alphas).setName("alphaword")\n integer = Word(num...
0
{'name': 'validate_basic_smoother@ace/validation/validate_smoothers.py', 'description': "Run Friedman's test from Figure 2b.", 'signature': 'def validate_basic_smoother():'}</s>TWEETER_SPAN = 0.05
0
{'name': 'HindcastEnsemble.remove_bias@src/climpred/classes.py', 'description': 'Remove bias from :py:class:`.HindcastEnsemble`.\n\nBias is grouped by ``seasonality`` set via\n:py:class:`~climpred.options.set_options`. When wrapping\n:py:class:`xclim.sdba.adjustment.TrainAdjust` use ``group`` instead.\n\nArgs:\n ali...
1
{'name': 'authenticate@src/server/server.py', 'description': 'Sends a 401 response that enables basic auth.', 'signature': 'def authenticate():'}</s>{'name': 'on_join_cluster_ex@src/server/server.py', 'description': 'DOCSTRING', 'code': 'def on_join_cluster_ex(data=None):\n global Server_secondary_mode\n prev_mod...
0
{'name': 'parseOptionsAndInitTestdirs@tools/lldb/packages/Python/lldbsuite/test/dotest.py', 'description': "Initialize the list of directories containing our unittest scripts.\n\n'-h/--help as the first option prints out usage info and exit the program.", 'signature': 'def parseOptionsAndInitTestdirs():'}</s>{'name': '...
0
{'name': 'transformer_xl@baselines/models/xlnet/modeling.py', 'description': 'Defines a Transformer-XL computation graph with additional\nsupport for XLNet.\n\nArgs:\n\ninp_k: int32 Tensor in shape [len, bsz], the input token IDs.\nseg_id: int32 Tensor in shape [len, bsz], the input segment IDs.\ninput_mask: float32 Te...
0
{'name': 'PhysicsOracle.__call__@python-sdk/nuscenes/prediction/models/physics.py', 'description': 'Makes prediction.\n:param token: string of format {instance_token}_{sample_token}.', 'signature': 'def __call__(self, token) -> Prediction:'}</s>{'name': '_constant_magnitude_accel_and_yaw_rate@python-sdk/nuscenes/predic...
1
{'name': 'HTTPConnectionPool.is_same_host@src/ahip/connectionpool.py', 'description': 'Check if the given ``url`` is a member of the same host as this\nconnection pool.', 'signature': 'def is_same_host(self, url):'}</s>{'name': 'EmptyPoolError@src/ahip/exceptions.py', 'description': 'Raised when a pool runs out of conn...
0
{'name': 'RecentList.getall@shingetsu/cache.py', 'description': 'Search nodes and update my recent list.', 'signature': 'def getall(self):'}</s>{'name': 'SearchList@shingetsu/node.py', 'description': 'List of existing nodes.', 'base_classes': ['RawNodeList'], 'methods': [{'name': 'SearchList.__init__@shingetsu/node.py'...
1
{'name': 'on_shutdown_pi@src/server/server.py', 'description': 'Shutdown the raspberry pi.', 'signature': 'def on_shutdown_pi(*args):'}</s>{'name': 'db_init@src/server/server.py', 'description': 'Initialize database.', 'code': "def db_init(nofill=False):\n '''Initialize database.'''\n RaceContext.rhdata.db_init(n...
0
{'name': '_Printer._FieldToJsonObject@python/google/protobuf/json_format.py', 'description': 'Converts field value according to Proto3 JSON Specification.', 'signature': 'def _FieldToJsonObject(self, field, value):'}</s>{'name': 'Parse@python/google/protobuf/json_format.py', 'description': 'Parses a JSON representation...
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>X_T2 = 7
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': 'LcqTestCase.test_sbert@tests/test_lcqmc_similarity.py', 'description': '测试sbert结果', 'signature': 'def test_sbert(self):'}</s>{'name': 'SentenceModel@text2vec/sentence_model.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'SentenceModel.__init__@text2vec/sentence_model.py', 'descripti...
0
{'name': 'PFAddr._from_string@pf/rule.py', 'description': 'Initalize a new instance from a string.', 'signature': 'def _from_string(self, a):'}</s>PF_OP_XRG = 8
0
{'name': 'ProcessFileData@tools/cpplint.py', 'description': 'Performs lint checks and reports any errors to the given error function.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n lines: An array of strings, each representing a li...
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': 'Separator.__call__@app/modules.py', 'description': 'Args:\n s_mixed_signals_pwr:\n tensor of shape [batch_size, length, feature_size]\n\n s_attractors:\n tensor of shape [num_attractor, embed_dims]\n\n s_embed_flat:\n tensor of shape [batch_size, num_signals, length, feature_size...
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': 'Hotfix@infoblox_client/objects.py', 'description': 'DOCSTRING', 'base_classes...
0
{'name': 'parse_wkt@emissionsapi/web.py', 'description': "Function wrapper replacing 'geoframe', 'country' and 'polygon' with a\nWKT polygon.\n\n:param f: Function to call\n:type f: Function\n:raises e: Possible exception of f\n:return: Result of f", 'signature': 'def parse_wkt(f):'}</s>{'name': 'AlembicVersion@emissio...
0
{'name': 'process_assignments_and_deletions@da/compiler/incgen.py', 'description': 'Generate stub and hook for assignments and deletions.\n\nThis should be called after the query parameters have been accumulated.', 'signature': 'def process_assignments_and_deletions(state):'}</s>{'name': 'gen_update_stub_name_for_node@...
0
{'name': 'Schema._compile_mapping@voluptuous/schema_builder.py', 'description': 'Create validator for given mapping.', 'signature': 'def _compile_mapping(self, schema, invalid_msg=None):'}</s>DefaultFactory = typing.Union[Undefined, typing.Callable[[], typing.Any]]
0
{'name': 'compare_recursive_mtime@jupyter_packaging/setupbase.py', 'description': 'Compare the newest/oldest mtime for all files in a directory.\n\nCutoff should be another mtime to be compared against. If an mtime that is\nnewer/older than the cutoff is found it will return True.\nE.g. if newest=True, and a file in pa...
0
{'name': 'MessageSetItemDecoder@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/decoder.py', 'description': 'Returns a decoder for a MessageSet item.\n\nThe parameter is the message Descriptor.\n\nThe message set message looks like this:\n message MessageSet {\n repeated group Item = 1 {\n ...
0
{'name': 'parse_info@parseoutput.py', 'description': 'Parses result of :i <name> command of ghci and returns derived Symbols.Declaration', 'signature': 'def parse_info(name, contents):'}</s>ERROR_PANEL_NAME = "sublime_haskell_error_panel"
0
{'name': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>{'name': 'fpPlusInfinity@src/api/python/z3/z3.py', 'description': 'Create a Z3 floating-point +oo term.\n\n>>> s = FPSort(8, 24)\n>>> pb = get_fpa_pretty()\n>>> set_fpa_...
0
{'name': '_Selector._freeze_relations@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Freeze relation.', 'signature': 'def _freeze_relations(self, relations):'}</s>FLG_HTML = 16
0
{'name': 'Layer.to_drawing@discopy/monoidal.py', 'description': 'Called before :meth:`Diagram.draw`. ', 'signature': 'def to_drawing(self) -> Diagram:'}</s>TYPE_ERROR = "Expected {}, got {} instead."
0
{'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>OP_NOP8 = CScriptOp(0xb7)
0
{'name': 'Path.asGameModRelative@ValveFileSystem/path.py', 'description': "Returns a path instance that is relative to the mod if the path is under the game tree.\nIf the path doesn't match the game tree, the original filepath is returned.", 'signature': 'def asGameModRelative(self):'}</s>{'name': 'p4run@ValveFileSyste...
0
{'name': 'generate_script@scripts/local_cloudbuild.py', 'description': 'Generate the contents of a shell script\n\nArgs:\n cloudbuild (CloudBuild): Valid cloudbuild configuration\n\nReturns:\n (str): Contents of shell script', 'signature': 'def generate_script(cloudbuild):'}</s>{'name': 'local_cloudbuild@scripts/...
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': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQXR_AUTO_CLUSRCVR = 28
0
{'name': 'EpisodicLifeEnv.reset@blocks_atari/enjoy.py', 'description': 'Reset only when lives are exhausted.\nThis way all states are still reachable even though lives are episodic,\nand the learner need not know about any of this behind-the-scenes.', 'signature': 'def reset(self):'}</s>parser = argparse.ArgumentParser...
0
{'name': 'Iface.removeSupervisors@jstorm-on-yarn/src/main/gen-py/JstormAM/JstormAM.py', 'description': 'Parameters:\n - number', 'signature': 'def removeSupervisors(self, number):'}</s>{'name': 'TopologyAssignException@jstorm-core/src/main/py/storm/ttypes.py', 'description': 'Attributes:\n - msg', 'base_classes': ['TEx...
0
{'name': 'PySRRegressor.get_hof@pysr/sr.py', 'description': 'Get the equations from a hall of fame file or search output.\n\nIf no arguments entered, the ones used\npreviously from a call to PySR will be used.', 'signature': 'def get_hof(self, search_output=None) -> pd.DataFrame | list[pd.DataFrame]:'}</s>{'name': '_va...
1
{'name': 'show_refs@contrib/objgraph.py', 'description': 'Generate an object reference graph starting at ``objs``\n\nThe graph will show you what objects are reachable from ``objs``, directly\nand indirectly.\n\n``objs`` can be a single object, or it can be a list of objects.\n\nProduces a Graphviz .dot file and spawns...
0
{'name': 'get_packages_from_download_list@pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py', 'description': "The result of parsing `download.lst`: A list of dicts containing keys\n'name', 'tarball', 'md5', 'brief'.", 'signature': 'def get_packages_from_download_list():'}</s>{'name': 'get_packages@pkgs/...
0
{'name': '_export_region@contrib/xml/xmlio.py', 'description': '@return:\n `None` (if `parent` is not `None`), or\n an xml tree', 'signature': 'def _export_region('}</s>{'name': '_import_dictionary@contrib/xml/xmlio.py', 'description': 'DOCSTRING', 'code': 'def _import_dictionary(node):\n dictionary = dict()\n...
0
{'name': 'rhef@sunkit_image/radial.py', 'description': 'Implementation of the Radial Histogram Equalizing Filter (RHEF).\n\nThe filter works as follows:\n\nRadial Histogram Equalization is a simple algorithm for removing the radial gradient to reveal\ncoronal structure. It also significantly improves the visualization ...
0
{'name': 'locust_classes@transformer/locust.py', 'description': 'Transforms scenarios into all Python classes needed by Locust (TaskSet and\nLocust classes).\n\nThe only missing parts before a fully functional locustfile are:\n- integrating all necessary set-up/tear-down statements:\n - Python imports,\n - apply ...
0
{'name': 'setup_module@pyFileFixity/tests/test_repair_ecc.py', 'description': 'Initialize the tests by emptying the out directory ', 'signature': 'def setup_module():'}</s>{'name': 'test_check@pyFileFixity/tests/test_repair_ecc.py', 'description': 'recc: check db and index files are the same as expected ', 'code': 'def...
0
{'name': 'writeSuites@cxxtest/cxxtestgen.py', 'description': 'Write all TestDescriptions and SuiteDescriptions', 'signature': 'def writeSuites(output):'}</s>{'name': 'scanInputLine@cxxtest/cxxtestgen.py', 'description': 'Scan single input line for interesting stuff', 'code': "def scanInputLine( fileName, lineNo, line )...
0
{'name': 'run@slim/datasets/download_and_convert_mnist.py', 'description': 'Runs the download and conversion operation.\n\nArgs:\n dataset_dir: The dataset directory where the dataset is stored.', 'signature': 'def run(dataset_dir):'}</s>POSTPROCESSING_DATA_DIR = CAMELYON_DIR + "PostProcessing/"
0
{'name': 'StatementSplitter.process@libs/sqlparse/engine/statement_splitter.py', 'description': 'Process the stream', 'signature': 'def process(self, stream):'}</s>Number = Literal.Number
0
{'name': 'Statement.whos_allowed@policyuniverse/statement.py', 'description': "Returns set containing any entries from principal and condition section.\n\nExample:\n\nstatement = Statement(dict(\n Effect='Allow',\n Principal='arn:aws:iam::*:role/Hello',\n Action=['ec2:*'],\n Resource='*',\n Condition={\n...
0
{'name': 'mirror_descent@src/mbi/estimation.py', 'description': 'Optimization using the Mirror Descent algorithm.\n\nThis is a first-order proximal optimization algorithm for solving\na (possibly nonsmooth) convex optimization problem over the marginal polytope.\nThis is an implementation of Algorithm 1 from the paper...
1
{'name': 'ServiceInfo.getAddress@stino/pyarduino/base/zeroconf.py', 'description': 'Address accessor', 'signature': 'def getAddress(self):'}</s>{'name': 'DNSOutgoing@stino/pyarduino/base/zeroconf.py', 'description': 'Object representation of an outgoing packet', 'base_classes': ['object'], 'methods': [{'name': 'DNSOutg...
0
{'name': 'ConvolutionalBoxPredictor._predict@object_detection/predictors/convolutional_box_predictor.py', 'description': 'Computes encoded object locations and corresponding confidences.\n\nArgs:\n image_features: A list of float tensors of shape [batch_size, height_i,\n width_i, channels_i] containing features for...
1
{'name': 'bisect_bad@nix_bisect/bisect_runner.py', 'description': "Mark a commit as bad.\n\nWarning: This may have the side-effect of switching to a different\nrevision.\n\nUnfortunately we don't have control about that. In the future we may want\nto manage the refs and the bisect-log manually.", 'signature': 'def bise...
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': 'SuperSmoother._enhance_bass@ace/supersmoother.py', 'description': 'Update best span choices with bass enhancement as requested by user (Eq. 11).', 'signature': 'def _enhance_bass(self):'}</s>DEFAULT_BASIC_SMOOTHER = BasicFixedSpanSmoother
0
{'name': 'get_GLM_HRRR_contingency_stats@BB_HRRR/GLM_and_HRRR/GLM_events_HRRR.py', 'description': "Inputs:\n validDATE - A datetime that represents the end of the hour.\n fxx - List of forecasts. Deafult starts at 0 because\n the F00 LTNG forecast doesn't have any output.\n GOES - Num...
0
{'name': 'Node.bye@shingetsu/node.py', 'description': 'Unconnect.', 'signature': 'def bye(self):'}</s>{'name': 'ConfList@shingetsu/conflist.py', 'description': 'List Style Config.\n ', 'base_classes': [], 'methods': [{'name': 'ConfList.__init__@shingetsu/conflist.py', 'description': 'DOCSTRING', 'code': 'def __init_...
0
{'name': 'Minicard.solve_limited@pysat/solvers.py', 'description': 'Solve internal formula using given budgets for conflicts and\npropagations.', 'signature': 'def solve_limited(self, assumptions=[], expect_interrupt=False):'}</s>{'name': 'Gluecard4@pysat/solvers.py', 'description': 'Gluecard 4 SAT solver.', 'base_clas...
0
{'name': 'Connection.our_state@h11/_connection.py', 'description': 'The current state of whichever role we are playing. See\n:ref:`state-machine` for details.', 'signature': 'def our_state(self) -> Type[Sentinel]:'}</s>{'name': 'Data@h11/_events.py', 'description': "Part of an HTTP message body.\n\nFields:\n\n.. attrib...
0
{'name': 'fpToFP@src/api/python/z3/z3.py', 'description': 'Create a Z3 floating-point conversion expression from other term sorts\nto floating-point.\n\nFrom a bit-vector term in IEEE 754-2008 format:\n>>> x = FPVal(1.0, Float32())\n>>> x_bv = fpToIEEEBV(x)\n>>> simplify(fpToFP(x_bv, Float32()))\n1\n\nFrom a floating-p...
0
{'name': 'IPDatabase.generate_makefile@ipstools/ipstools/IPDatabase.py', 'description': "Exports the mid-level Makefiles for simulation.\n\n :param filename: Output Makefile file name.\n :type filename: str\n\n :param target_tech: Target silicon or FPGA technology.\n :type target_te...
0