text string | label int64 |
|---|---|
{'name': 'ProcessFileData@llvm-12.0.0-project/compiler-rt/lib/sanitizer_common/scripts/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... | 0 |
{'name': 'BSDataSet.has_unique_cell_type@brainspace/vtk_interface/wrappers/data_object.py', 'description': 'bool: Returns True if object has a unique cell type.\nFalse, otherwise.', 'signature': 'def has_unique_cell_type(self):'}</s>{'name': 'BSPointSet@brainspace/vtk_interface/wrappers/data_object.py', 'description': ... | 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': 'MapDiffView.get@metro_map_saver/map_saver/views.py', 'description': 'Compare two similar maps and return a diff\n ', 'signature': 'def get(self, request, **kwargs):'}</s>{'name': 'CityView@metro_map_saver/map_saver/views.py', 'description': 'Show all maps for a given city\n ', 'base_classes': ['List... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQSO_FAIL_IF_QUIESCING = 8192 | 0 |
{'name': 'JavaObjectMarshaller.write_array@javaobj/v1/marshaller.py', 'description': 'Writes a JavaArray\n\n:param obj: A JavaArray object', 'signature': 'def write_array(self, obj):'}</s>{'name': 'JavaByteArray@javaobj/v1/beans.py', 'description': 'Represents the special case of Java Array which contains bytes', 'base... | 0 |
{'name': 'convert_sqlalchemy_relationship@graphene_sqlalchemy/converter.py', 'description': ':param sqlalchemy.RelationshipProperty relationship_prop:\n:param SQLAlchemyObjectType obj_type:\n:param function|None connection_field_factory:\n:param bool batching:\n:param str orm_field_name:\n:param dict field_kwargs:\n:rt... | 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': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQDSE_NO = 2 | 0 |
{'name': 'SessionRedirectMixin.resolve_redirects@src/requests/sessions.py', 'description': 'Receives a Response. Returns a generator of Responses or Requests.', 'signature': 'def resolve_redirects('}</s>{'name': 'default_hooks@src/requests/hooks.py', 'description': 'DOCSTRING', 'code': 'def default_hooks():\n return... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQCMD_CREATE_BUFFER_POOL = 106 | 0 |
{'name': 'quantize_pact@nemo/transform.py', 'description': "Takes a PyTorch module and makes it quantization-aware with PACT, recursively.\n\nThe function follows recursively the data structures containing PyTorch layers (typically as hierarchical lists, e.g.\nblock-level :py:class:`torch.nn.Sequential` for networks li... | 0 |
{'name': 'process_direct_grism_visit@grizli/prep.py', 'description': 'Full processing of a direct (+grism) image visit.\n\nParameters\n----------\ndirect : dict\n Dictionary with keys \'files\' and \'product\' for the direct images.\n\ngrism : dict\n Dictionary with keys \'files\' and \'product\' for the grism im... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQIACH_DATA_COUNT = 1512 | 0 |
{'name': '_n_choose_2@test/test_data.py', 'description': 'Calculates the number of 2-combinations of n elements.', 'signature': 'def _n_choose_2(n):'}</s>{'name': 'test_quadratic_features_explicit@test/test_data.py', 'description': 'Explicitly test the return value for a small float-filled input matrix.', 'code': 'def ... | 0 |
{'name': 'BIDSLayoutIndexer._index_metadata@src/bids/layout/index.py', 'description': 'Index metadata for all files in the BIDS dataset.\n ', 'signature': 'def _index_metadata(self):'}</s>{'name': 'listify@src/bids/utils.py', 'description': 'Wraps all non-list or tuple objects in a list; provides a simple way\nt... | 1 |
{'name': 'BaseRequest.POST@src/back/kite/bottle.py', 'description': 'The values of :attr:`forms` and :attr:`files` combined into a single\n:class:`FormsDict`. Values are either strings (form values) or\ninstances of :class:`cgi.FieldStorage` (file uploads).', 'signature': 'def POST(self):'}</s>py = sys.version_info | 0 |
{'name': 'CheckPrintf@tools/cpplint.py', 'description': 'Check for printf related issues.\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 errors found.', 'signature': 'd... | 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': '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': 'SysTrayIcon.__enter__@python/site-packages/winsystray/traybar.py', 'description': 'Context manager so SysTray can automatically close', 'signature': 'def __enter__(self):'}</s>WM_COMMAND = 273 | 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': '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>_user_prop_eq = Z3_eq_eh(user_prop_eq) | 0 |
{'name': 'read_html@meza/io.py', 'description': "Reads tables from an html file\n\nTODO: convert to lxml.etree.iterparse\nhttp://lxml.de/parsing.html#iterparse-and-iterwalk\n\nArgs:\n filepath (str): The html file path or file like object.\n If you have a url, use the following pattern:\n\n r = request... | 0 |
{'name': 'DonutModel.unload@loudml/donut.py', 'description': 'Unload current model', 'signature': 'def unload(self):'}</s>{'name': '_revert_scores@loudml/donut.py', 'description': 'DOCSTRING', 'code': 'def _revert_scores(y, _mean, _std):\n y = (y * _std) + _mean\n return y'} | 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': 'generate_anchors@lib/rpn_util.py', 'description': 'Generates the anchors according to the configuration and\n(optionally) based on the imdb properties.', 'signature': 'def generate_anchors(conf, imdb, cache_folder):'}</s>{'name': 'RandomBrightness@lib/augmentations.py', 'description': 'Randomly adjust the bri... | 0 |
{'name': 'Metrics.report_confusion_matrix@models/metrics.py', 'description': 'Calculate confusion matrix', 'signature': 'def report_confusion_matrix(self):'}</s>{'name': 'Metrics@models/metrics.py', 'description': 'Calculate precision, recall, f1', 'base_classes': ['object'], 'methods': [{'name': 'Metrics.__init__@mode... | 1 |
{'name': 'Client.__init__@aiodogstatsd/client.py', 'description': 'Initialize a client object.\n\nYou can pass `host` and `port` of the DogStatsD server, `namespace` to prefix\nall metric names, `constant_tags` to attach to all metrics.\n\nAlso, you can specify: `read_timeout` which will be used to read messages from\n... | 0 |
{'name': 'MemoryObjectReceiveStream.close@src/anyio/streams/memory.py', 'description': 'Close the stream.\n\nThis works the exact same way as :meth:`aclose`, but is provided as a special\ncase for the benefit of synchronous callbacks.', 'signature': 'def close(self) -> None:'}</s>T_co = TypeVar("T_co", covariant=True) | 0 |
{'name': 'WorkingSet.resolve@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pkg_resources/__init__.py', 'description': 'List all distributions needed to (recursively) meet `requirements`\n\n`requirements` must be a sequence of ``Requirement`` objects. `env`,\nif supplied, should be an ``Environment`` instance... | 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': 'SizeExpr@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['AggregateExpr'], 'methods': []} | 0 |
{'name': 'wasm_vec_to_list@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a vector or a POINTER(vector) to a list\nvector of type pointers -> list of type pointers', 'signature': 'def wasm_vec_to_list(vec):'}</s>{'name': 'wasm_tabletype_vec_t@language-bindings/python/src/wamr/wasmcapi/bind... | 1 |
{'name': 'Printer._print_hdr@tools/hadb.py', 'description': 'Print header.', 'signature': 'def _print_hdr(self) -> None:'}</s>{'name': 'IdItemsExpr@tools/hadb.py', 'description': 'ID & items expression.', 'base_classes': [], 'methods': [{'name': 'IdItemsExpr.__init__@tools/hadb.py', 'description': 'Initialize.', 'code'... | 0 |
{'name': 'show_settings@versions/speed-cam_12.06.py', 'description': 'Initialize and Display program variable settings from config.py', 'signature': 'def show_settings():'}</s>{'name': 'get_image_name@versions/speed-cam_12.06.py', 'description': 'build image file names by number sequence or date/time Added tenth of sec... | 0 |
{'name': 'GenericMeta.__new__@vendor/typing.py', 'description': 'Create a new generic class. GenericMeta.__new__ accepts\nkeyword arguments that are used for internal bookkeeping, therefore\nan override should pass unused keyword arguments to super().', 'signature': 'def __new__(cls, name, bases, namespace,'}</s>{'name... | 0 |
{'name': 'TreeData.__init__@src/data.py', 'description': 'Args:\n config: optional config file to override\n data_dir: override data location, defaults to ROOT \n regenerate: Whether to recreate raw data\n debug: a test mode for small samples', 'signature': 'def __init__(self, csv_file, config, HSI=True, ... | 0 |
{'name': 'pcb_to_svg@kidiff/kidiff.py', 'description': 'Hands off required .kicad_pcb files to "plotpcb"\nand generate .svg files. Routine is quick so all\nlayers are plotted to svg.', 'signature': 'def pcb_to_svg(kicad_pcb_path, repo_path, kicad_project_dir, board_filename, commit1, commit2, plot_page_frame, filename_... | 0 |
{'name': 'update_payout_screen@displays/waveshare2in13v3.py', 'description': "Update the payout screen to reflect balance of deposited coins.\nScan the invoice??? I don't think so!", 'signature': 'def update_payout_screen():'}</s>lnurl_cancel_notice_2 = "(Non compatibile con LNURL?" | 0 |
{'name': 'graph_edges_intersecting_polygon@GOSTNets/GOSTNets/GOSTnet.py', 'description': "#### Function for identifying edges of a graph that intersect polygon(s) ###\n REQUIRED: G - a Graph object\n polygons - a GeoDataFrame containing one or more polygons\n mode - a string, either 'contains' or 'i... | 0 |
{'name': 'TrainManager.__init__@joeynmt/training.py', 'description': 'Creates a new TrainManager for a model, specified as in configuration.\n\n:param model: torch module defining the model\n:param model_dir: directory to save ckpts\n:param device: torch device\n:param n_gpu: number of gpus. 0 if cpu.\n:param num_worke... | 0 |
{'name': 'PathLock.__init__@zero/locking.py', 'description': 'A path has the form /path/path/path/path/leaf.\nA trailing slash is ignored, the last node is always\nconsiderd the leaf.\nBy default, a shared lock will be obtained on all nodes\nof the path except the last one and an exclusive\nlock on the last node, the "... | 1 |
{'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': 'TestLongGf.test_parse_mouse@test/test_parsers.py', 'description': 'Test basic parsing.', 'signature': 'def test_parse_mouse(self):'}</s>{'name': 'JAFFA@agfusion/parsers.py', 'description': 'JAFFA parser.', 'base_classes': ['_Parser'], 'methods': [{'name': 'JAFFA.__init__@agfusion/parsers.py', 'description': '... | 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': 'SolverFor@src/api/python/z3/z3.py', 'descr... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRCCF_ALLOCATE_FAILED = 4009 | 0 |
{'name': 'readFile@impedance/preprocessing.py', 'description': 'A wrapper for reading in many common types of impedance files\n\nParameters\n----------\nfilename: string\n Filename to extract impedance data from\ninstrument: string\n Type of instrument file\n\nReturns\n-------\nfrequencies : np.ndarray\n Array... | 1 |
{'name': 'GeneratedProtocolMessageType.__init__@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': "Here we perform the majority of our work on the class.\nWe add enum getters, an __init__ method, implementations\nof all Message methods, and properties for all field... | 0 |
{'name': 'User.christmas_mode@src/astrobotany/models.py', 'description': 'Return if the user is in "christmas" mode.\n\nCache the results because this is a relatively expensive query that\nwill be checked multiple times per request.', 'signature': 'def christmas_mode(self) -> bool:'}</s>badge_170 = Badge("winking face ... | 0 |
{'name': 'make_html_table@grizli/aws/db.py', 'description': ' ', 'signature': 'def make_html_table(engine=None, columns=[\'root\', \'status\', \'id\', \'p_ra\', \'p_dec\', \'mag_auto\', \'flux_radius\', \'z_spec\', \'z_map\', \'bic_diff\', \'chinu\', \'log_pdf_max\', \'d4000\', \'d4000_e\'], where="AND status >= 5 A... | 0 |
{'name': 'RecentList.getall@shingetsu/cache.py', 'description': 'Search nodes and update my recent list.', 'signature': 'def getall(self):'}</s>{'name': 'keycreate512@shingetsu/apollo.py', 'description': 'DOCSTRING', 'code': 'def keycreate512(keystr):\n (p, q) = make512pq(keystr)\n (key_n, key_d) = rsa_base_gener... | 0 |
{'name': 'Controller.get_selected_configs@tools/ipp_custom_library_tool_python/gui/controller.py', 'description': 'Collecting all user-specified information about future dynamic library into dictionary', 'signature': 'def get_selected_configs(self):'}</s>CUSTOM_LIBRARY_NAME = "Custom library name" | 1 |
{'name': '_parse_array@pygdbmi/gdbmiparser.py', 'description': 'Parse an array, stream should be passed the initial [\nreturns:\n Parsed array', 'signature': 'def _parse_array(stream: StringStream) -> list:'}</s>{'name': '_parse_mi_notify@pygdbmi/gdbmiparser.py', 'description': 'Parser function for matches against a... | 0 |
{'name': 'CheckStyle@scripts/cpplint.py', 'description': "Checks rules from the 'C++ style rules' section of cppguide.html.\n\nMost of these rules are hard to test (naming, comment style), but we\ndo what we can. In particular we check for 2-space indents, line lengths,\ntab usage, spaces inside code, etc.\n\nArgs:\n ... | 0 |
{'name': 'check_file_status@Data/rda.ucar/rdams_client.py', 'description': 'Prints file download status as percent of file complete.\n\nArgs:\n filepath (str): File being downloaded.\n filesize (int): Expected total size of file in bytes.\n\nReturns:\n None', 'signature': 'def check_file_status(filepath, files... | 0 |
{'name': 'ParseInstancesMultiZone.setUp@testing/test_parser.py', 'description': 'Setup for each test.\n\n ', 'signature': 'def setUp(self):'}</s>{'name': 'ParseInstancesMultiZone@testing/test_parser.py', 'description': 'Tests the parse_instances method of parser for multi-zone models.\n\n ', 'base_classes': [... | 1 |
{'name': 'Upsample@model/utils.py', 'description': 'Wrapper Around the Upsample Call', 'signature': 'def Upsample(x, size):'}</s>{'name': 'get_aspp@model/utils.py', 'description': 'Create aspp block', 'code': 'def get_aspp(high_level_ch, bottleneck_ch, output_stride, dpc=False):\n """\n Create aspp block\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': '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': 'PFPool._to_string@pf/rule.py', 'description': 'Return the string representation of the address pool.', 'signature': 'def _to_string(self):'}</s>ICMP_ROUTERADVERT_NOROUTE_COMMON = 16 | 0 |
{'name': '_AddMessageMethods@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>WIRETYPE_LENGTH_DELIMITED = 2 | 0 |
{'name': 'BaseRequest.is_xhr@src/back/kite/bottle.py', 'description': 'True if the request was triggered by a XMLHttpRequest. This only\nworks with JavaScript libraries that support the `X-Requested-With`\nheader (most of the popular libraries do). ', 'signature': 'def is_xhr(self):'}</s>NORUN = False | 0 |
{'name': 'serialize@strictyaml/ruamel/main.py', 'description': 'Serialize a representation tree into a YAML stream.\nIf stream is None, return the produced string instead.', 'signature': 'def serialize(node, stream=None, Dumper=Dumper, **kwds):'}</s>{'name': 'CommentCheck@strictyaml/ruamel/events.py', 'description': 'D... | 0 |
{'name': 'loadings_matrix@riskfolio/src/ParamsEstimation.py', 'description': "Estimate the loadings matrix using stepwise regression.\n\nParameters\n----------\nX : DataFrame of shape (n_samples, n_factors)\n Risk factors returns matrix, where n_samples is the number of samples\n and n_factors is the number of ri... | 1 |
{'name': 'train@pygad/nn/nn.py', 'description': 'Trains the neural network.\n\nnum_epochs: Number of epochs.\nlast_layer: Reference to the last (output) layer in the network architecture.\ndata_inputs: Data features.\ndata_outputs: Data outputs.\nproblem_type: Can be either classification or regression to define the pr... | 0 |
{'name': 'template@pyFileFixity/lib/profilers/visual/pympler/util/bottle3.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.', 'signature': 'def template(tpl, template_adapter=SimpleTemplate, **kwargs):'}</s>MEMFILE_MAX = 1024*100 | 0 |
{'name': 'batch_norm_relu@resnet.py', 'description': 'Performs a batch normalization followed by a ReLU.\n\nArgs:\n inputs: `Tensor` of shape `[batch, channels, ...]`.\n is_training: `bool` for whether the model is training.\n relu: `bool` if False, omits the ReLU operation.\n init_zero: `bool` if True, initializes... | 0 |
{'name': 'get_sinusoid_encoding@ppim/models/t2t.py', 'description': 'Sinusoid position encoding table', 'signature': 'def get_sinusoid_encoding(n_position, d_hid):'}</s>{'name': 'get_transforms@ppim/models/t2t.py', 'description': 'DOCSTRING', 'code': 'def get_transforms(resize, crop):\n transforms = T.Compose(\n ... | 0 |
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>__author__ = "jieluo@google.com (Jie Luo)" | 0 |
{'name': 'compile_gencumsky@bifacial_radiance/data/gencumsky/make_gencumskyexe.py', 'description': "Create platform specific gencumulativesky executable from download.\n\nParameters\n----------\ncompiler : `distutils.ccompiler.CCompiler`\n defaults has linker and cc set to g++ for linux and mac os x\noutput_dir : st... | 1 |
{'name': 'CheckBraces@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Looks for misplaced braces (e.g. at the end of line).\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 ca... | 0 |
{'name': 'done@example-django/app/views.py', 'description': 'Login complete view, displays user data', 'signature': 'def done(request):'}</s>{'name': 'validation_sent@example-django/app/views.py', 'description': 'Email validation sent confirmation page', 'code': 'def validation_sent(request):\n """Email validation s... | 0 |
{'name': 'search@nova/nova.py', 'description': 'Main search entrypoint\n\nArgs:\n payload (dict): Search payload from Elementum.\n method (str): Type of search, can be ``general``, ``movie``, ``show``, ``season`` or ``anime``\n\nReturns:\n list: All filtered results in the format Elementum expects', 'signatu... | 1 |
{'name': 'freeport@test/io/postgrest.py', 'description': 'Find a free port on localhost.', 'signature': 'def freeport(used_port=None):'}</s>SECRET = "reallyreallyreallyreallyverysafe" | 0 |
{'name': 'MethodReferenceSyntaxTest.test_method_reference_to_the_new_method_with_explict_type@baseline_tokenization/javalang/test/test_java_8_syntax.py', 'description': "test support for method references to 'new' with an\nexplicit type.", 'signature': 'def test_method_reference_to_the_new_method_with_explict_type(self... | 0 |
{'name': 'advance_hlt@first-analysis-steps/code/tistos.py', 'description': 'Advance until HLT decision is true, returns\nnumber of events by which we advanced', 'signature': 'def advance_hlt(decision):'}</s>evt = appMgr.evtsvc() | 1 |
{'name': '__decorate_axis@librosa/display.py', 'description': 'Configure axis tickers, locators, and labels', 'signature': 'def __decorate_axis('}</s>{'name': 'cmap@librosa/display.py', 'description': 'Get a default colormap from the given data.\n\nIf the data is boolean, use a black and white colormap.\n\nIf the data ... | 0 |
{'name': 'IUClock.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load config data', 'signature': 'def load(self, config: OrderedDict) -> "IUClock":'}</s>CONF_ANCHOR = "anchor" | 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': '_tokenize_large_file_content@onlinejudge_command/pretty_printers.py', 'description': '`_tokenize_large_file_content` constructs the intermediate representations. They have no color infomation.\n ', 'signature': 'def _tokenize_large_file_content(*, content: bytes, limit: int, head: int, tail: int, char_in_l... | 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': 'draw_lnurl_qr@displays/waveshare2in13v3.py', 'description': 'Draw a lnurl qr code on the e-ink screen\n ', 'signature': 'def draw_lnurl_qr(qr_img):'}</s>shutdown_screen_2 = "Kontaktiere den" | 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': 'main@components/create_swagger_config.py', 'description': 'Main method for create_swagger_config executable.', 'signature': 'def main():'}</s>{'name': 'isi_get_to_swagger_path@components/create_swagger_config.py', 'description': 'Convert isi GET base endpoint description to Swagger path.', 'code': 'def isi_ge... | 1 |
{'name': 'test_eigen_return_references@bindings/python/ext/pybind11/tests/test_eigen_matrix.py', 'description': 'Tests various ways of returning references and non-referencing copies', 'signature': 'def test_eigen_return_references():'}</s>{'name': 'test_issue738@bindings/python/ext/pybind11/tests/test_eigen_matrix.py'... | 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_memory_set_host_info_with_finalizer@language-bindings/python/src/wamr/wasmcapi/binding.py', 'description': 'DOCSTRI... | 0 |
{'name': '_NestingState.Update@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Update nesting state with current line.\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 cal... | 0 |
{'name': 'get_int_property@serial/tools/list_ports_osx.py', 'description': 'Search the given device for the specified string property\n\n@param device_type Device to search\n@param property String to search for\n@param cf_number_type CFType number\n\n@return Python string containing the value, or None if not found.', '... | 0 |
{'name': 'TeamCloudClientOperationsMixin.get_schedule@client/tc/azext_tc/vendored_sdks/teamcloud/operations/_team_cloud_client_operations.py', 'description': 'Gets the Schedule.\n\nGets the Schedule.\n\n:param schedule_id:\n:type schedule_id: str\n:param organization_id:\n:type organization_id: str\n:param project_id:\... | 0 |
{'name': 'Environment.compile_expression@third_party/dawn/third_party/jinja2/environment.py', 'description': 'A handy helper method that returns a callable that accepts keyword\narguments that appear as variables in the expression. If called it\nreturns the result of the expression.\n\nThis is useful if applications w... | 1 |
{'name': 'get@myproxy/views.py', 'description': "返回 JSON 格式的IP数据\nnum - 请求的 ip 数量,\n 如果不为数字,返回错误信息 'require a integer'\n 如果大于限定的最大数量,则取最大的数\n 如果请求的数量大于数据库中总数量,返回数据库所有 ip, 并在 status 中标明 'not enough'\n\nv_num - times passed verif\n\ntype - ip type 'O' stands for 其他 ,'G' for 高匿,'T' for 透明\n\nhead - http-head, off... | 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': 'authenticate@src/server/server.py', 'description': 'Sends a 401 response that enables basic auth.', 'signature': 'def authenticate():'}</s>DATA_DIR = None | 0 |
{'name': 'Teams.post@app/modules/teams/resources.py', 'description': 'Create a new team.', 'signature': 'def post(self, args):'}</s>{'name': 'Teams@app/modules/teams/resources.py', 'description': 'Manipulations with teams.', 'base_classes': ['Resource'], 'methods': [{'name': 'Teams.get@app/modules/teams/resources.py', ... | 1 |
{'name': 'BaseDataset.collate_fn@joeynmt/datasets.py', 'description': 'Custom collate function.\nSee https://pytorch.org/docs/stable/data.html#dataloader-collate-fn for details.\nPlease override the batch class here. (not in TrainManager)\n\n:param batch:\n:param pad_index:\n:param eos_index:\n:param device:\n:return: ... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQ_QSG_NAME_LENGTH = 4 | 0 |
{'name': 'FiniteDomainSort@src/api/python/z3/z3.py', 'description': 'Create a named finite domain sort of a given size sz', 'signature': 'def FiniteDomainSort(name, sz, ctx=None):'}</s>{'name': 'get_var_index@src/api/python/z3/z3.py', 'description': "Return the de-Bruijn index of the Z3 bounded variable `a`.\n\n>>> x =... | 0 |
{'name': 'ancestral_reconstruction@treetime/wrappers.py', 'description': 'implementing treetime ancestral', 'signature': 'def ancestral_reconstruction(params):'}</s>{'name': 'tree_inference@treetime/utils.py', 'description': 'DOCSTRING', 'code': 'def tree_inference(aln_fname, tree_fname, tmp_dir=None,\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': 'process_initializers@da/compiler/incgen.py', 'description': 'Generate initializer stubs for parameters.', 'code': 'def pro... | 1 |
{'name': 'Node.bye@shingetsu/node.py', 'description': 'Unconnect.', 'signature': 'def bye(self):'}</s>{'name': 'Node@shingetsu/node.py', 'description': 'One unit for P2P.', 'base_classes': [], 'methods': [{'name': 'Node.__init__@shingetsu/node.py', 'description': 'DOCSTRING', 'code': 'def __init__(self, nodestr=None, h... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.