text string | label int64 |
|---|---|
{'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': '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': 'expr_value@tools/kconfig_new/kconfiglib.py', 'description': "Evaluates the expression 'expr' to a tristate value. Returns 0 (n), 1 (m),\nor 2 (y).\n\n'expr' must be an already-parsed expression from a Symbol, Choice, or\nMenuNode property. To evaluate an expression represented as a string, use\nKconfig.eval_s... | 0 |
{'name': 'gis_prepro_tasks@oggm/workflow.py', 'description': 'Run all flowline preprocessing tasks on a list of glaciers.\n\nParameters\n----------\ngdirs : list of :py:class:`oggm.GlacierDirectory` objects\n the glacier directories to process', 'signature': 'def gis_prepro_tasks(gdirs):'}</s>{'name': 'inversion_tas... | 0 |
{'name': 'process@project-material/project_1_for_students/misc.py', 'description': 'parse the source text here. you may return the AST specified in ast_tools.py or something else.', 'signature': 'def process(source):'}</s>{'name': 'SetVector@project-material/project_1_for_students/ast_tools.py', 'description': 'assignm... | 0 |
{'name': 'get_keywords@skein/_version.py', 'description': 'Get the keywords needed to look up the version information.', 'signature': 'def get_keywords():'}</s>HANDLERS = {} | 0 |
{'name': 'TimeEntrySet.all_from_reports@toggl/api/models.py', 'description': 'Method that implements fetching of all time entries through Report API.\nNo limitation on number of time entries.\n\n:param start: From when time entries should be fetched. Defaults to today - 6 days.\n:param stop: Until when time entries sho... | 0 |
{'name': 'PostgresNode.__init__@testgres/node.py', 'description': "PostgresNode constructor.\n\nArgs:\n name: node's application name.\n port: port to accept connections.\n base_dir: path to node's data directory.\n bin_dir: path to node's binary directory.", 'signature': 'def __init__(self, name=None, base... | 0 |
{'name': 'entry_now@toggl/cli/commands.py', 'description': "Manages currently running entry.\n\nWithout any options the command fetches the current time entry and displays it. But it also supports modification\nof the current time entry through the options listed below.\n\nTags can be modified either in a way of specif... | 0 |
{'name': 'ExpressionReader.readLine@lib/tools.py', 'description': 'This method reads and parses an "expression" line', 'signature': 'def readLine(self, header = True):'}</s>{'name': 'PsiWriter@lib/tools.py', 'description': 'It conatains all the utilities required to write an PSI file.', 'base_classes': ['Writer', 'PsiP... | 0 |
{'name': 'CookieValidator.exists@drheader/validators/cookie_validator.py', 'description': 'See base class.', 'signature': 'def exists(self, config, header, **kwargs):'}</s>{'name': 'CookieValidator@drheader/validators/cookie_validator.py', 'description': 'Validator class for validating cookies.\n\nAttributes:\n cook... | 1 |
{'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>_unary_map = {} | 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': 'predict_query@ddparser/run.py', 'description': 'Predict one query', 'signature': 'def predict_query(env):'}</s>{'name': 'download_model_from_url@ddparser/parser/data_struct/utils.py', 'description': 'Downlod the model from url', 'code': 'def download_model_from_url(path, model=\'lstm\'):\n """Downlod the m... | 0 |
{'name': 'get_address_list@src/future/backports/email/_header_value_parser.py', 'description': 'address_list = (address *("," address)) / obs-addr-list\n obs-addr-list = *([CFWS] ",") address *("," [address / CFWS])\n\nWe depart from the formal grammar here by continuing to parse until the end\nof the input, assumin... | 0 |
{'name': 'MsgView._collect_msgs_to_draw@tg/views.py', 'description': 'Tries to collect list of messages that will satisfy `min_msg_padding`\ntheshold. Long messages could prevent other messages from displaying on\nthe screen. In order to prevent scenario when *selected* message moved\nout from the visible area of the s... | 0 |
{'name': 'render_quoted_form@hy/core/result_macros.py', 'description': 'Render a quoted form as a new hy Expression.\n\n`level` is the level of quasiquoting of the current form. We can\nunquote if level is 0.\n\nReturns a two-tuple (`expression`, `splice`).\n\nThe `splice` return value is used to mark `unquote-splice`d... | 0 |
{'name': 'setup_devices_and_management_st@backend-tests/tests/test_deployments.py', 'description': 'Sets up user creates authorized devices.', 'signature': 'def setup_devices_and_management_st(nr_devices=100, deploy_to_group=None):'}</s>{'name': 'clean_mongo@testutils/common.py', 'description': 'Fixture setting up a cl... | 0 |
{'name': 'create_readme@tools/make_readme.py', 'description': 'Creates the README.TXT file. ', 'signature': 'def create_readme():'}</s>jcef_commit_hash = git.get_hash(jcef_dir) | 1 |
{'name': 'terraform_backend_s3@pretf.aws/pretf/aws.py', 'description': 'This ensures that the S3 backend exists, prompting to create it if\nnecessary, sets the credentials as environment variables in some\ncases, and returns a Terraform configuration block for it.', 'signature': 'def terraform_backend_s3(bucket: str, d... | 1 |
{'name': 'process_lookup_path@gef.py', 'description': 'Look up for a path in the process memory mapping.\nReturn a Section object if found, None otherwise.', 'signature': 'def process_lookup_path(name: str, perm: Permission = Permission.ALL) -> Section | None:'}</s>{'name': 'gef_pybytes@gef.py', 'description': 'Returns... | 0 |
{'name': 'read_nortek@mhkit/dolfyn/io/nortek.py', 'description': "Read a classic Nortek (AWAC and Vector) datafile\n\nParameters\n----------\nfilename : string\n Filename of Nortek file to read.\nuserdata : bool, or string of userdata.json filename\n Whether to read the '<base-filename>.userdata.json' file.\n Defaul... | 1 |
{'name': 'markerReport@pipelines/pipeline_scxl.py', 'description': 'Prepare a PDF report visualising the discovered cluster markers', 'signature': 'def markerReport(infile, outfile):'}</s>{'name': 'aggregateUMIsPseudobulks@pipelines/pipeline_scxl.py', 'description': 'Aggregate UMI counts across cells within cluster to ... | 0 |
{'name': 'test_validate_program@gplearn/tests/test_genetic.py', 'description': 'Check that valid programs are accepted & invalid ones raise error', 'signature': 'def test_validate_program():'}</s>{'name': 'SymbolicClassifier@gplearn/genetic.py', 'description': 'A Genetic Programming symbolic classifier.\n\nA symbolic c... | 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>{'name': 'Optional@voluptuous/schema_builder.py', 'description': "Mark a node in the schema as optional, and optionally provide ... | 1 |
{'name': 'AmcrestCam.assumed_state@custom_components/amcrest/camera.py', 'description': 'Return if state is assumed.', 'signature': 'def assumed_state(self):'}</s>SERVICE_SET_COLOR_BW_SCHEMA = CAMERA_SERVICE_SCHEMA.extend({
vol.Required(ATTR_COLOR_BW): vol.In(CBW),
}) | 0 |
{'name': 'DebuggerAPI.do_delete@tools/p4dbg.py', 'description': "Unsets a break point, previously set with the 'break' command: delete(d) <obj_type> <obj_name>", 'signature': 'def do_delete(self, line):'}</s>{'name': 'Msg_BreakPacketIn@tools/p4dbg.py', 'description': 'DOCSTRING', 'base_classes': ['BasicMsg'], 'methods'... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQSUBTYPE_ALL = -1 | 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': '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': 'autocorrelation@parsimony/utils/mcmc.py', 'description': 'Computes the autocorrelation function of a time-series.\n\nNotes\n-----\nIf ``max_lag`` is "small" (max_lag**2 <= N * log2(N) and max_lag <= N / 2),\nthen the autocorrelation is computed by estimating the mean correlation\n"naively". Otherwise, the FFT... | 0 |
{'name': 'TestRemoveDeclaration.testNotRemoved@src/tests/testXmlEncodingDecode.py', 'description': "Make sure that invalid, or missing, declarations aren't affected.", 'signature': 'def testNotRemoved(self):'}</s>{'name': 'MissingXhtmlDiv@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Miss... | 0 |
{'name': 'get_backup_properties@src/zfs_tools/zbackup.py', 'description': 'Return the backup of all filesystems, by scanning the filesystems for relevant user properties.\nOnly locally set and received properties are used; inherited properties are ignored.', 'signature': 'def get_backup_properties(zpool, options, tier... | 0 |
{'name': 'calculate_waveform_metrics_from_avg@ecephys_spike_sorting/modules/mean_waveforms/waveform_metrics.py', 'description': 'Calculate metrics for an array of waveforms for a single cluster.\n\nMetrics come from Jia et al. (2019) High-density extracellular probes reveal \ndendritic backpropagation and facilitate ne... | 0 |
{'name': 'check_scenarios@premise/new_database.py', 'description': 'Check that the scenarios are properly formatted and that\nall the necessary info is given.', 'signature': 'def check_scenarios(scenario: dict, key: bytes) -> dict:'}</s>{'name': 'check_model_name@premise/new_database.py', 'description': 'Check for the ... | 1 |
{'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': '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>CSR_MBASE = 896 | 0 |
{'name': 'NamespaceLookupTestCase.test_scope_ambiguity_after_using_lookup_with_run_command@tools/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py', 'description': 'Test scope lookup ambiguity after using in lldb.', 'signature': 'def test_scope_ambiguity_after_using_lookup_with_run_command(s... | 0 |
{'name': 'template@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.\nTemplate rendering arguments can be passed as dictionaries\nor directly (as keyword arguments).', 'signature': 'def ... | 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_DEPLOY_A... | 0 |
{'name': 'CreateStyleFromConfig@tools/yapf/yapf/yapflib/style.py', 'description': 'Create a style dict from the given config.\n\nArguments:\n style_config: either a style name or a file name. The file is expected to\n contain settings. It can have a special BASED_ON_STYLE setting naming the\n style which it deri... | 1 |
{'name': 'ContentDircmp.phase3@tests/test_scenarios.py', 'description': 'Find out differences between common files.\nEnsure we are using content comparison with shallow=False.', 'signature': 'def phase3(self):'}</s>{'name': 'test_scenario_04@tests/test_scenarios.py', 'description': 'DOCSTRING', 'code': 'def test_scenar... | 0 |
{'name': 'acceleration@python-sdk/nuscenes/prediction/helper.py', 'description': 'Helper function to compute acceleration between sample annotations.\n:param current: Sample annotation record for the current timestamp.\n:param prev: Sample annotation record for the previous time stamp.\n:param time_diff: How much time ... | 0 |
{'name': 'QuadTreeApp.prepare@PythonCode/demo/app_quad_range.py', 'description': 'prepare to add points.', 'signature': 'def prepare(self, event):'}</s>X = 0 | 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 ... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIA_AUTH_INFO_TYPE = 66 | 0 |
{'name': 'Record.remove@shingetsu/cache.py', 'description': 'Remove record.\n\nThe record is removed from cache,\nbut do not removed from file-system.', 'signature': 'def remove(self):'}</s>__all__ = ['md5digest', 'fsdiff', 'opentext', 'readtext'] | 0 |
{'name': 'test_list@tests/test_monkey.py', 'description': 'Ensure that json.dumps() can serialize a list', 'signature': 'def test_list() -> None:'}</s>{'name': 'test_dict@tests/test_monkey.py', 'description': 'Ensure that json.dumps() can serialize a dict', 'code': "def test_dict() -> None:\n 'Ensure that json.dumps... | 0 |
{'name': 'update_dynamic_readme@src/docker_python_nodejs/readme.py', 'description': 'Read out current README, format fresh README, write back possible changes', 'signature': 'def update_dynamic_readme('}</s>{'name': 'format_supported_versions@src/docker_python_nodejs/readme.py', 'description': 'DOCSTRING', 'code': 'def... | 0 |
{'name': '_AttributeResolver.resolve_type@lib/rule_engine/engine.py', 'description': 'The method to use for resolving the data type of an attribute.\n\n:param object_type: The data type of the object that *name* is an attribute of.\n:param str name: The name of the attribute to retrieve the data type of.\n:return: The ... | 0 |
{'name': 'cleanup_conds@panoramix/simplify.py', 'description': 'removes ifs/whiles with conditions that are obviously true\nand replace variables that need to be equal to a constant by that constant', 'signature': 'def cleanup_conds(trace):'}</s>{'name': 'is_array@panoramix/utils/helpers.py', 'description': 'DOCSTRING'... | 0 |
{'name': 'Authentication.get_desktopsso_token@roadlib/roadtools/roadlib/auth.py', 'description': 'Get desktop SSO token either with plain username and password, or with a Kerberos auth token', 'signature': 'def get_desktopsso_token(self, username=None, password=None, krbtoken=None):'}</s>{'name': 'get_data@roadlib/road... | 0 |
{'name': 'Field.deprecation_reason@pygraphy/introspection.py', 'description': 'Not support yet', 'signature': 'def deprecation_reason(self) -> Optional[str]:'}</s>{'name': 'ResolverField@pygraphy/types/field.py', 'description': 'DOCSTRING', 'base_classes': ['Field'], 'methods': [{'name': 'ResolverField.params@pygraphy/... | 0 |
{'name': 'PFDivert._to_string@pf/rule.py', 'description': 'Return a string representation of the object.', 'signature': 'def _to_string(self):'}</s>PF_SKIP_COUNT = 9 | 0 |
{'name': 'MainInterface.process_options@src/python_scripts/scripts/uber_ttest.py', 'description': 'return 1 on valid and exit\n 0 on valid and continue\n-1 on invalid', 'signature': 'def process_options(self):'}</s>{'name': 'extract_subbrick_selection@src/python_scripts/afnipy/afni_util.py', 'description': "search sst... | 0 |
{'name': 'ParseArguments@llvm-12.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'sign... | 0 |
{'name': 'BaseRequest.POST@3rdparty/mongo-c-driver-1.26.2/build/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>{'... | 0 |
{'name': 'StateWithCDMTest.setUp@tests/lib/state.py', 'description': 'Registers the dummy modules and recipe to be used in tests.', 'signature': 'def setUp(self):'}</s>logger = logging.getLogger('dftimewolf.state') | 0 |
{'name': 'TestModel.test_simple@tests/test_models.py', 'description': "Tests if Field behaves just like Django's ImageField.", 'signature': 'def test_simple(self, db):'}</s>{'name': 'MaxSizeModel@tests/models.py', 'description': 'DOCSTRING', 'base_classes': ['models.Model'], 'methods': []} | 0 |
{'name': 'textureAsGameTexture@ValveFileSystem/valve.py', 'description': 'returns a resolved game texture filepath given some sort of texture path', 'signature': 'def textureAsGameTexture(texturePath):'}</s>_TOOLS = None | 0 |
{'name': 'parse_1dplot_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for Pythony 1dplotter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'sig... | 0 |
{'name': '_main@tools/gfx/png.py', 'description': 'Run the PNG encoder with options from the command line.', 'signature': 'def _main(argv):'}</s>{'name': 'check_bitdepth_colortype@tools/gfx/png.py', 'description': 'Check that `bitdepth` and `colortype` are both valid,\nand specified in a valid combination. Returns if v... | 0 |
{'name': 'Engine.generate_markups@rupo/api.py', 'description': 'Генерация разметок по текстам.\n\n:param input_path: путь к папке/файлу с текстом.\n:param input_type: тип файлов с текстов.\n:param output_path: путь к файлу с итоговыми разметками.\n:param output_type: тип итогового файла.', 'signature': 'def generate_ma... | 0 |
{'name': 'dashboard_get_definition@tessera-server/tessera/views_api.py', 'description': 'Fetch the definition for a dashboard. This returns the\nrepresentation to use when modifiying a dashboard.', 'signature': 'def dashboard_get_definition(id):'}</s>{'name': 'preferences_get@tessera-server/tessera/views_api.py', 'desc... | 0 |
{'name': 'process_line@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_internal/req/req_file.py', 'description': 'Process a single requirements line; This can result in creating/yielding\nrequirements, or updating the finder.\n\nFor lines that contain requirements, the only options that have an effect\nare from SUPPOR... | 0 |
{'name': 'AGraph.layout@pygraphviz/agraph.py', 'description': 'Assign positions to nodes in graph.\n\n.. caution:: EXPERIMENTAL\n\nThis version of the layout command uses libgvc for layout instead\nof command line GraphViz tools like in versions <1.6 and the default.\n\nOptional prog=[\'neato\'|\'dot\'|\'twopi\'|\'circ... | 0 |
{'name': 'clean_merged_flowlines@oggm/core/flowline.py', 'description': 'Order and cut merged flowlines to size.\n\nAfter matching flowlines were found and merged to one glacier directory\nthis function makes them nice:\nThere should only be one flowline per bed, so overlapping lines have to be\ncut, attributed to a an... | 0 |
{'name': 'set_jwst_to_hst_keywords@grizli/jwst_utils.py', 'description': 'Make primary header look like an HST instrument\n\nParameters\n----------\ninput : str, `~astropy.io.fits.HDUList`\n Filename or FITS HDUList object to modify.\n\nreset : bool\n Reset original JWST keywords to their original values.\n\nverb... | 0 |
{'name': 'Confluence.remove_space_watch@confluence/client.py', 'description': 'Stop a user watching a space.\n\nUser is optional. If not specified, currently logged-in user will be\nused. Otherwise, it can be specified by either user key or username.\nWhen a user is specified and is different from the logged-in user,\n... | 0 |
{'name': 'BitBox02.btc_sign@py/bitbox02/bitbox02/bitbox02/bitbox02.py', 'description': 'coin: the first element of all provided keypaths must match the coin:\n- BTC: 0 + HARDENED\n- Testnets: 1 + HARDENED\n- LTC: 2 + HARDENED\nscript_configs: types of all inputs and outputs belonging to the same account (change or non-... | 0 |
{'name': 'SendMessage._setup_workflow@py/send_message.py', 'description': 'TODO: Document', 'signature': 'def _setup_workflow(self) -> None:'}</s>{'name': 'get_bitbox02btc_bootloader@py/bitbox02/bitbox02/communication/devices.py', 'description': 'DOCSTRING', 'code': 'def get_bitbox02btc_bootloader() -> DeviceInfo:\n ... | 0 |
{'name': 'TestIdealisedCases.test_cliff@oggm/tests/test_numerics.py', 'description': 'a test case for mass conservation in the flowline models\nthe idea is to introduce a cliff in the sloping bed and see\nwhat the models do when the cliff height is changed', 'signature': 'def test_cliff(self):'}</s>{'name': 'set_inters... | 0 |
{'name': 'up_to_climate@oggm/tests/test_workflow.py', 'description': 'Run the tasks you want.', 'signature': 'def up_to_climate(reset=False, use_mp=None):'}</s>{'name': 'run_constant_climate@oggm/core/flowline.py', 'description': 'Runs the constant mass balance model for a given number of years.\n\nThis will initialize... | 0 |
{'name': 'error_screen@displays/papiruszero2in.py', 'description': 'Error screen\n ', 'signature': 'def error_screen(message="ERROR"):'}</s>qr_request_2 = "tu factura" | 0 |
{'name': 'ToggleColumnMixIn.add_header_context_menu@astviewer/toggle_column_mixin.py', 'description': 'Adds the context menu from using header information\n\nchecked can be a header_name -> boolean dictionary. If given, headers\nwith the key name will get the checked value from the dictionary.\nThe corresponding column... | 0 |
{'name': 'make_game@reversibility/pycolab/pycolab/examples/better_scrolly_maze.py', 'description': 'Builds and returns a Better Scrolly Maze game for the selected level.', 'signature': 'def make_game(level):'}</s>{'name': 'make_croppers@reversibility/pycolab/pycolab/examples/better_scrolly_maze.py', 'description': 'Bui... | 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': 'BuildTest.parse_buildspecs@buildtest/cli/build.py', 'description': 'Parse all buildspecs by passing buildspec file to :class:`buildtest.buildsystem.parser.BuildspecParser` class.\nIf buildspec fails validation we skip the buildspec and print all skipped buildspecs.\nIf buildspec passes validation we get all b... | 0 |
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i... | 0 |
{'name': 'dmtxVersion@pylibdmtx/wrapper.py', 'description': 'Returns the version of the libdmtx libraray\n\nReturns:\n str: Version string', 'signature': 'def dmtxVersion():'}</s>dmtxMatrix3VMultiplyBy = libdmtx_function(
'dmtxMatrix3VMultiplyBy',
c_int,
POINTER(DmtxVector2),
DmtxMatrix3,
) | 0 |
{'name': '_read_esmf@uxarray/io/_esmf.py', 'description': 'Reads in an Xarray dataset containing an ESMF formatted Grid dataset and\nencodes it in the UGRID conventions.\n\nAdheres to the ESMF Unstructrued Grid Format (ESMFMESH) outlined in the ESMF documentation:\nhttps://earthsystemmodeling.org/docs/release/latest/ES... | 0 |
{'name': 'BaseCompiler.get_full_output_path@src/static_precompiler/compilers/base.py', 'description': 'Get full path to compiled file based for the given source file.\n The returned path is OS-dependent.\n\n:param source_path: relative path to a source file\n:returns: full path to the compiled file (OS-dependent)', ... | 0 |
{'name': 'clean_number@nova/utils.py', 'description': 'Utility method to clean up a number contained in a string to dot decimal format\n\nArgs:\n string (str): Number contained in a string\n\nReturns:\n str: The formatted number as a string', 'signature': 'def clean_number(string):'}</s>{'name': 'encode_dict@nova... | 0 |
{'name': 'ParseNolintSuppressions@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Updates the global list of error-suppressions.\n\nParses any NOLINT comments on the current line, updating the global\nerror_suppressions store. Reports an error if the NOLINT comment\nwas malformed.\n\nArgs:\n filename: st... | 0 |
{'name': 'joydata@project_sample/2019-2ProjectSamples_Code/11조-수강과목을 통한 전공 예측 프로그램/joy.py', 'description': "joydata reads data/joydata.txt file and returns the data'\nParameters\n standardized: If True, performs standardization or \n feature scaling such that mean is 0 and std dev = 1.0\n shuffled: If True... | 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': 'test_repr@voluptuous/tests/tests.py', 'description': 'Verify that __repr__ returns valid Python expressions', 'signature': 'def test_repr():'}</s>{'name': 'test_ordered_dict@voluptuous/tests/tests.py', 'description': 'DOCSTRING', 'code': "def test_ordered_dict():\n if not hasattr(collections, 'OrderedDict'... | 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': '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': 'tutorial_tag_category@api/views.py', 'description': 'return tutorials with {tags} and a {category}', 'signature': 'def tutorial_tag_category(request, tags, category):'}</s>{'name': 'index@api/views.py', 'description': 'index view for api', 'code': 'def index(request):\n """index view for api"""\n return... | 0 |
{'name': 'compute_sparse_agent_cell_f@self_organising_systems/biomakerca/env_logic.py', 'description': "Compute a sparse agent cell_f.\n\nThis works for ExclusiveOp, ParallelOp and ReproduceOp.\nNote that the cell_f *requires* to have the proper argument name 'programs',\nso this is an informal interface.\n\nif it is u... | 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': 'gpu_mem_get_mbs@ipyexperiments/utils/mem.py', 'description': 'Query nvidia for total, used and free memory for gpu in MBs. if gpu id is not passed, currently selected torch device is used ', 'signature': 'def gpu_mem_get_mbs(torch_gpu_id=None):'}</s>{'name': 'gpu_mem_get_total_mbs@ipyexperiments/utils/mem.py'... | 0 |
{'name': 'YOLO_ONNX.get_anchors@yolo.py', 'description': 'loads the anchors from a file', 'signature': 'def get_anchors(self, anchors_path):'}</s>{'name': 'DecodeBoxNP@utils/utils_bbox.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'DecodeBoxNP.__init__@utils/utils_bbox.py', 'description': 'D... | 0 |
{'name': 'TestUtils.test_add_remove_ghosts@grand/tests/test_utils.py', 'description': 'Test that the add_ghosts() and remove_ghosts() functions work fine', 'signature': 'def test_add_remove_ghosts(self):'}</s>{'name': 'random_rotation_matrix@grand/utils.py', 'description': 'Generate a random axis and angle for rotation... | 0 |
{'name': 'AutoTorrent.index_torrent@autotorrent/at.py', 'description': 'Indexes the files in the torrent.', 'signature': 'def index_torrent(self, torrent):'}</s>{'name': 'humanize_bytes@autotorrent/humanize.py', 'description': "Return a humanized string representation of a number of bytes.\n\nAssumes `from __future__ i... | 0 |
{'name': 'GSComponent.drawPoints@Lib/glyphsLib/classes.py', 'description': 'Draws points of component with given point pen.', 'signature': 'def drawPoints(self, pointPen: AbstractPointPen) -> None:'}</s>{'name': 'LayerAnchorsProxy@Lib/glyphsLib/classes.py', 'description': 'DOCSTRING', 'base_classes': ['Proxy'], 'method... | 0 |
{'name': 'MainWindow.newShape@labelImg.py', 'description': 'Pop-up and give focus to the label editor.\n\nposition MUST be in global coordinates.', 'signature': 'def newShape(self):'}</s>SETTING_WIN_SIZE = "window/size" | 0 |
{'name': 'safe_dump_all@strictyaml/ruamel/main.py', 'description': 'Serialize a sequence of Python objects into a YAML stream.\nProduce only basic YAML tags.\nIf stream is None, return the produced string instead.', 'signature': 'def safe_dump_all(documents, stream=None, **kwds):'}</s>_package_data = dict(
full_pac... | 0 |
{'name': 'html_escape@src/back/kite/bottle.py', 'description': 'Escape HTML special characters ``&<>`` and quotes ``\'"``. ', 'signature': 'def html_escape(string):'}</s>mako_view = functools.partial(view, template_adapter=MakoTemplate) | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.