[{"name": "onConnect", "signature": "onConnect(self, response)", "docstring": ""}, {"name": "onMessage", "signature": "onMessage(self, payload, isBinary)", "docstring": ""}, {"name": "register", "signature": "register(self, check)", "docstring": "Can be used as a function or a decorator. Register given function\n`f` labeled with given `tags`. The"}, {"name": "run_checks", "signature": "run_checks(self, app_configs, tags, include_deployment_checks)", "docstring": "Run all registered checks and return list of Errors and Warnings."}, {"name": "inner", "signature": "inner(check)", "docstring": ""}, {"name": "safe_mask", "signature": "safe_mask(X, mask)", "docstring": "Return a mask which is safe to use on X.\n\nParameters\n----------\nX : {array-like, sparse matrix}\n "}, {"name": "resample", "signature": "resample()", "docstring": "Resample arrays or sparse matrices in a consistent way\n\nThe default strategy implements one step of "}, {"name": "shuffle", "signature": "shuffle()", "docstring": "Shuffle arrays or sparse matrices in a consistent way\n\nThis is a convenience alias to ``resample(*ar"}, {"name": "safe_sqr", "signature": "safe_sqr(X, copy)", "docstring": "Element wise squaring of array-likes and sparse matrices.\n\nParameters\n----------\nX : array like, mat"}, {"name": "gen_even_slices", "signature": "gen_even_slices(n, n_packs)", "docstring": "Generator to create n_packs slices going up to n.\n\nExamples\n--------\n>>> from sklearn.utils import g"}, {"name": "tosequence", "signature": "tosequence(x)", "docstring": "Cast iterable x to a Sequence, avoiding a copy if possible."}, {"name": "__init__", "signature": "__init__(self, extra)", "docstring": "Parameters\n----------\nextra: string\n to be added to the deprecation messages"}, {"name": "__call__", "signature": "__call__(self, obj)", "docstring": ""}, {"name": "wrapped", "signature": "wrapped()", "docstring": ""}, {"name": "decode", "signature": "decode(self, input, errors)", "docstring": ""}, {"name": "encode", "signature": "encode(self, input, final)", "docstring": ""}, {"name": "remove_module", "signature": "remove_module(self)", "docstring": ""}, {"name": "add_module", "signature": "add_module(self)", "docstring": ""}, {"name": "get", "signature": "get(self, key)", "docstring": "Looks up key in the cache and returns the value for it.\nIf the key does not exist `None` is returned"}, {"name": "delete", "signature": "delete(self, key)", "docstring": "Deletes `key` from the cache. If it does not exist in the cache\nnothing happens.\n\n:param key: the k"}, {"name": "get_many", "signature": "get_many(self)", "docstring": "Returns a list of values for the given keys.\nFor each key a item in the list is created. Example::\n"}, {"name": "get_dict", "signature": "get_dict(self)", "docstring": "Works like :meth:`get_many` but returns a dict::\n\n d = cache.get_dict(\"foo\", \"bar\")\n foo = d[\""}, {"name": "set", "signature": "set(self, key, value, timeout)", "docstring": "Adds a new key/value to the cache (overwrites value, if key already\nexists in the cache).\n\n:param ke"}, {"name": "add", "signature": "add(self, key, value, timeout)", "docstring": "Works like :meth:`set` but does not overwrite the values of already\nexisting keys.\n\n:param key: the "}, {"name": "set_many", "signature": "set_many(self, mapping, timeout)", "docstring": "Sets multiple keys and values from a mapping.\n\n:param mapping: a mapping with the keys/values to set"}, {"name": "delete_many", "signature": "delete_many(self)", "docstring": "Deletes multiple keys at once.\n\n:param keys: The function accepts multiple keys as positional\n "}, {"name": "clear", "signature": "clear(self)", "docstring": "Clears the cache. Keep in mind that not all caches support\ncompletely clearing the cache."}, {"name": "inc", "signature": "inc(self, key, delta)", "docstring": "Increments the value of a key by `delta`. If the key does\nnot yet exist it is initialized with `del"}, {"name": "dec", "signature": "dec(self, key, delta)", "docstring": "Decrements the value of a key by `delta`. If the key does\nnot yet exist it is initialized with `-de"}, {"name": "import_preferred_memcache_lib", "signature": "import_preferred_memcache_lib(self, servers)", "docstring": "Returns an initialized memcache client. Used by the constructor."}, {"name": "dump_object", "signature": "dump_object(self, value)", "docstring": "Dumps an object into a string for redis. By default it serializes\nintegers as regular string and pi"}, {"name": "load_object", "signature": "load_object(self, value)", "docstring": "The reversal of :meth:`dump_object`. This might be callde with\nNone."}, {"name": "sync", "signature": "sync(account_id)", "docstring": ""}, {"name": "__repr__", "signature": "__repr__(self)", "docstring": ""}, {"name": "create", "signature": "create(cls, entry)", "docstring": "Factory that creates an app config from an entry in INSTALLED_APPS."}, {"name": "get_model", "signature": "get_model(self, model_name, require_ready)", "docstring": "Return the model with the given case-insensitive model_name.\n\nRaise LookupError if no model exists w"}, {"name": "get_models", "signature": "get_models(self, include_auto_created, include_swapped)", "docstring": "Return an iterable of models.\n\nBy default, the following models aren't included:\n\n- auto-created mod"}, {"name": "import_models", "signature": "import_models(self)", "docstring": ""}, {"name": "ready", "signature": "ready(self)", "docstring": "Override this method in subclasses to run code when Django starts."}, {"name": "load_fixture", "signature": "load_fixture(name)", "docstring": ""}, {"name": "test_module_parameters", "signature": "test_module_parameters(self)", "docstring": ""}, {"name": "test_create_disabled_datacenter", "signature": "test_create_disabled_datacenter(self)", "docstring": ""}, {"name": "test_create_enabled_datacenter", "signature": "test_create_enabled_datacenter(self)", "docstring": ""}, {"name": "test_idempotent_disable_datacenter", "signature": "test_idempotent_disable_datacenter(self)", "docstring": ""}, {"name": "test_GetLastError", "signature": "test_GetLastError(self)", "docstring": ""}, {"name": "get_test_db_clone_settings", "signature": "get_test_db_clone_settings(self, number)", "docstring": ""}, {"name": "test_db_signature", "signature": "test_db_signature(self)", "docstring": "Returns a tuple that uniquely identifies a test database.\n\nThis takes into account the special cases"}, {"name": "clean_params", "signature": "clean_params(self)", "docstring": ""}, {"name": "clean_alias", "signature": "clean_alias(self)", "docstring": ""}, {"name": "reformat_sql", "signature": "reformat_sql(self)", "docstring": ""}, {"name": "make_hash", "signature": "make_hash(self, data)", "docstring": ""}, {"name": "__len__", "signature": "__len__(self)", "docstring": ""}, {"name": "set_units", "signature": "set_units(self, airspeed_units, altitude_units)", "docstring": ""}, {"name": "update_lla", "signature": "update_lla(self, lla)", "docstring": ""}, {"name": "update_ned_history", "signature": "update_ned_history(self, ned, seconds)", "docstring": ""}, {"name": "update_features", "signature": "update_features(self, feature_list)", "docstring": ""}, {"name": "update_vel", "signature": "update_vel(self, vn, ve, vd)", "docstring": ""}, {"name": "update_ap", "signature": "update_ap(self, flight_mode, ap_roll, ap_pitch, ap_hdg, ap_speed, ap_altitude_ft)", "docstring": ""}, {"name": "update_pilot", "signature": "update_pilot(self, aileron, elevator, throttle, rudder)", "docstring": ""}, {"name": "update_act", "signature": "update_act(self, aileron, elevator, throttle, rudder)", "docstring": ""}, {"name": "compute_sun_moon_ned", "signature": "compute_sun_moon_ned(self, lon_deg, lat_deg, alt_m, timestamp)", "docstring": ""}, {"name": "draw_pitch_ladder", "signature": "draw_pitch_ladder(self, beta_rad)", "docstring": ""}, {"name": "rotate_pt", "signature": "rotate_pt(self, p, center, a)", "docstring": ""}, {"name": "draw_heading_bug", "signature": "draw_heading_bug(self)", "docstring": ""}, {"name": "draw_course", "signature": "draw_course(self)", "docstring": ""}, {"name": "draw_label", "signature": "draw_label(self, label, uv, font_scale, thickness, horiz, vert)", "docstring": ""}, {"name": "draw_lla_point", "signature": "draw_lla_point(self, lla, label)", "docstring": ""}, {"name": "draw_sticks", "signature": "draw_sticks(self)", "docstring": ""}, {"name": "draw_track", "signature": "draw_track(self)", "docstring": ""}, {"name": "draw_features", "signature": "draw_features(self)", "docstring": ""}, {"name": "is_string", "signature": "is_string(txt)", "docstring": ""}, {"name": "description_bit", "signature": "description_bit(obj)", "docstring": ""}, {"name": "schur", "signature": "schur(a, output, lwork, overwrite_a)", "docstring": "Compute Schur decomposition of a matrix.\n\nThe Schur decomposition is\n\n A = Z T Z^H\n\nwhere Z is un"}, {"name": "rsf2csf", "signature": "rsf2csf(T, Z)", "docstring": "Convert real Schur form to complex Schur form.\n\nConvert a quasi-diagonal real-valued Schur form to t"}, {"name": "map_options", "signature": "map_options(self)", "docstring": "Builds the map options hash for the OpenLayers template."}, {"name": "ol_projection", "signature": "ol_projection(srid)", "docstring": ""}, {"name": "stripEscapes", "signature": "stripEscapes(self, string)", "docstring": "Remove all ANSI color escapes from the given string."}, {"name": "parseString", "signature": "parseString(self, str)", "docstring": "Turn a string input into a list of L{ColorText} elements."}, {"name": "parseColor", "signature": "parseColor(self, str)", "docstring": "Handle a single ANSI color sequence"}, {"name": "pickColor", "signature": "pickColor(self, value, mode, BOLD)", "docstring": ""}, {"name": "test_is_all_white", "signature": "test_is_all_white(self)", "docstring": ""}, {"name": "test_get_indent", "signature": "test_get_indent(self)", "docstring": ""}, {"name": "undo_block_start", "signature": "undo_block_start(self)", "docstring": ""}, {"name": "has_prev_data", "signature": "has_prev_data(self, table)", "docstring": ""}, {"name": "has_more_data", "signature": "has_more_data(self, table)", "docstring": ""}, {"name": "action_open_window", "signature": "action_open_window(self, cr, uid, ids, context)", "docstring": "This function Open account move line window for reconcile on given account id\n@param cr: the curren"}, {"name": "import_as", "signature": "import_as(module, name)", "docstring": "Imports the specified module (from our local directory) as the\nspecified name, returning the loaded "}, {"name": "rename_module", "signature": "rename_module(new, old)", "docstring": "Attempts to import the old module and load it under the new name.\nUsed for purely cosmetic name chan"}, {"name": "test", "signature": "test(self)", "docstring": ""}, {"name": "testHash", "signature": "testHash(self)", "docstring": ""}, {"name": "autoname", "signature": "autoname(self)", "docstring": ""}, {"name": "update_parent_account", "signature": "update_parent_account(self)", "docstring": ""}, {"name": "on_trash", "signature": "on_trash(self)", "docstring": ""}, {"name": "recalculate_bin_qty", "signature": "recalculate_bin_qty(self, newdn)", "docstring": ""}, {"name": "setUp", "signature": "setUp(self)", "docstring": ""}, {"name": "test_acquire_contended", "signature": "test_acquire_contended(self)", "docstring": ""}, {"name": "test_reacquire", "signature": "test_reacquire(self)", "docstring": ""}, {"name": "test_different_thread", "signature": "test_different_thread(self)", "docstring": ""}, {"name": "test_acquire", "signature": "test_acquire(self)", "docstring": ""}, {"name": "test_unacquired_wait", "signature": "test_unacquired_wait(self)", "docstring": ""}, {"name": "test_unacquired_notify", "signature": "test_unacquired_notify(self)", "docstring": ""}, {"name": "test_timeout", "signature": "test_timeout(self)", "docstring": ""}, {"name": "test_constructor", "signature": "test_constructor(self)", "docstring": ""}, {"name": "test_acquire_destroy", "signature": "test_acquire_destroy(self)", "docstring": ""}, {"name": "test_default_value", "signature": "test_default_value(self)", "docstring": ""}, {"name": "test_with", "signature": "test_with(self)", "docstring": ""}, {"name": "test_release_unacquired", "signature": "test_release_unacquired(self)", "docstring": ""}, {"name": "task", "signature": "task()", "docstring": ""}, {"name": "f", "signature": "f()", "docstring": ""}, {"name": "test_timesince01", "signature": "test_timesince01(self)", "docstring": ""}, {"name": "test_timesince02", "signature": "test_timesince02(self)", "docstring": ""}, {"name": "test_timesince09", "signature": "test_timesince09(self)", "docstring": ""}, {"name": "test_timesince11", "signature": "test_timesince11(self)", "docstring": ""}, {"name": "test_timesince12", "signature": "test_timesince12(self)", "docstring": ""}, {"name": "test_explicit_date", "signature": "test_explicit_date(self)", "docstring": ""}, {"name": "extract_from_dict", "signature": "extract_from_dict(data, path)", "docstring": "Navigate `data`, a multidimensional array (list or dictionary), and returns\nthe object at `path`."}, {"name": "get_default_scope", "signature": "get_default_scope(self)", "docstring": ""}, {"name": "extract_uid", "signature": "extract_uid(self, data)", "docstring": ""}, {"name": "extract_common_fields", "signature": "extract_common_fields(self, data)", "docstring": ""}, {"name": "is_package", "signature": "is_package(self)", "docstring": ""}, {"name": "apply_gradients", "signature": "apply_gradients(self, grads_and_vars, global_step, name)", "docstring": ""}, {"name": "get_slot", "signature": "get_slot(self, var, name)", "docstring": ""}, {"name": "test_searchpath", "signature": "test_searchpath(self)", "docstring": "The searchpath is based on the cachedir option and the saltenv parameter"}, {"name": "test_mockclient", "signature": "test_mockclient(self)", "docstring": "A MockFileClient is used that records all file requests normally sent\nto the master."}, {"name": "get_test_saltenv", "signature": "get_test_saltenv(self)", "docstring": "Setup a simple jinja test environment"}, {"name": "test_import", "signature": "test_import(self)", "docstring": "You can import and use macros from other files"}, {"name": "test_include", "signature": "test_include(self)", "docstring": "You can also include a template that imports and uses macros"}, {"name": "test_include_context", "signature": "test_include_context(self)", "docstring": "Context variables are passes to the included template by default."}, {"name": "test_fallback", "signature": "test_fallback(self)", "docstring": "A Template with a filesystem loader is returned as fallback\nif the file is not contained in the sear"}, {"name": "test_fallback_noloader", "signature": "test_fallback_noloader(self)", "docstring": "A Template with a filesystem loader is returned as fallback\nif the file is not contained in the sear"}, {"name": "test_saltenv", "signature": "test_saltenv(self)", "docstring": "If the template is within the searchpath it can\nimport, include and extend other templates.\nThe init"}, {"name": "test_macro_additional_log_for_generalexc", "signature": "test_macro_additional_log_for_generalexc(self)", "docstring": "If we failed in a macro because of e.g. a TypeError, get\nmore output from trace."}, {"name": "test_macro_additional_log_for_undefined", "signature": "test_macro_additional_log_for_undefined(self)", "docstring": "If we failed in a macro because of undefined variables, get\nmore output from trace."}, {"name": "test_macro_additional_log_syntaxerror", "signature": "test_macro_additional_log_syntaxerror(self)", "docstring": "If we failed in a macro, get more output from trace."}, {"name": "test_non_ascii", "signature": "test_non_ascii(self)", "docstring": ""}, {"name": "test_get_context_at_top_of_file", "signature": "test_get_context_at_top_of_file(self)", "docstring": ""}, {"name": "test_get_context_at_bottom_of_file", "signature": "test_get_context_at_bottom_of_file(self)", "docstring": ""}, {"name": "test_get_context_with_marker", "signature": "test_get_context_with_marker(self)", "docstring": ""}, {"name": "test_render_with_undefined_variable_unicode", "signature": "test_render_with_undefined_variable_unicode(self)", "docstring": ""}, {"name": "test_serialize_json", "signature": "test_serialize_json(self)", "docstring": ""}, {"name": "test_serialize_python", "signature": "test_serialize_python(self)", "docstring": ""}, {"name": "test_load_tag", "signature": "test_load_tag(self)", "docstring": ""}, {"name": "test_sequence", "signature": "test_sequence(self)", "docstring": ""}, {"name": "test_normlookup", "signature": "test_normlookup(self)", "docstring": "Sanity-check the normal dictionary-lookup syntax for our stub function"}, {"name": "test_dotlookup", "signature": "test_dotlookup(self)", "docstring": "Check calling a stub function using awesome dot-notation"}, {"name": "test_shadowed_dict_method", "signature": "test_shadowed_dict_method(self)", "docstring": "Check calling a stub function with a name that shadows a ``dict``\nmethod name"}, {"name": "create_webdriver_exception_strict", "signature": "create_webdriver_exception_strict(status_code, message)", "docstring": "Create the appropriate WebDriverException given the status_code."}, {"name": "create_webdriver_exception_compatibility", "signature": "create_webdriver_exception_compatibility(status_code, message)", "docstring": "Create the appropriate WebDriverException given the status_code."}, {"name": "get_object", "signature": "get_object(self, queryset)", "docstring": "Returns the object the view is displaying.\n\nBy default this requires `self.queryset` and a `pk` or `"}, {"name": "get_queryset", "signature": "get_queryset(self)", "docstring": "Return the `QuerySet` that will be used to look up the object.\n\nNote that this method is called by t"}, {"name": "get_slug_field", "signature": "get_slug_field(self)", "docstring": "Get the name of a slug field to be used to look up by slug."}, {"name": "get_context_object_name", "signature": "get_context_object_name(self, obj)", "docstring": "Get the name to use for the object."}, {"name": "get_context_data", "signature": "get_context_data(self)", "docstring": "Insert the single object into the context dict."}, {"name": "get_template_names", "signature": "get_template_names(self)", "docstring": "Return a list of template names to be used for the request. May not be\ncalled if render_to_response "}, {"name": "register_chooser", "signature": "register_chooser(self, chooser)", "docstring": "Adds a model chooser definition to the registry."}, {"name": "register_simple_chooser", "signature": "register_simple_chooser(self, model)", "docstring": "Generates a model chooser definition from a model, and adds it to the\nregistry."}, {"name": "flash_nat_pause", "signature": "flash_nat_pause(my)", "docstring": ""}, {"name": "flash_final_wave", "signature": "flash_final_wave(my)", "docstring": ""}, {"name": "sign", "signature": "sign(self, M, K)", "docstring": "Sign a piece of data with DSA.\n\n:Parameter M: The piece of data to sign with DSA. It may\n not be lon"}, {"name": "verify", "signature": "verify(self, M, signature)", "docstring": "Verify the validity of a DSA signature.\n\n:Parameter M: The expected message.\n:Type M: byte string or"}, {"name": "publickey", "signature": "publickey(self)", "docstring": ""}, {"name": "__getstate__", "signature": "__getstate__(self)", "docstring": ""}, {"name": "generate", "signature": "generate(self, bits, randfunc, progress_func)", "docstring": "Randomly generate a fresh, new DSA key.\n\n:Parameters:\n bits : int\n Key length, or"}, {"name": "construct", "signature": "construct(self, tup)", "docstring": "Construct a DSA key from a tuple of valid DSA components.\n\nThe modulus *p* must be a prime.\n\nThe fol"}, {"name": "InstrumentationSetup", "signature": "InstrumentationSetup(host_driven_test_root, official_build, instrumentation_options)", "docstring": "Creates a list of host-driven instrumentation tests and a runner factory.\n\nArgs:\n host_driven_test_"}, {"name": "TestRunnerFactory", "signature": "TestRunnerFactory(device, shard_index)", "docstring": ""}, {"name": "connect", "signature": "connect()", "docstring": "utility function to connect to database.\n\nUse this method to connect to the pipeline database.\nAddit"}, {"name": "countReads", "signature": "countReads(infile, outfile)", "docstring": "Count number of reads in input files."}, {"name": "strandSpecificity", "signature": "strandSpecificity(infile, outfile)", "docstring": "This function will determine the strand specificity of your library\nfrom the bam file"}, {"name": "intBam", "signature": "intBam(infile, outfile)", "docstring": "make an intermediate bam file if there is no sequence infomation.\nIf there is no sequence quality th"}, {"name": "buildPicardStats", "signature": "buildPicardStats(infiles, outfile)", "docstring": "build Picard alignment stats "}, {"name": "buildPicardDuplicationStats", "signature": "buildPicardDuplicationStats(infile, outfile)", "docstring": "Get duplicate stats from picard MarkDuplicates "}, {"name": "buildBAMStats", "signature": "buildBAMStats(infiles, outfile)", "docstring": "count number of reads mapped, duplicates, etc.\n\nExcludes regions overlapping repetitive RNA sequence"}, {"name": "processGenomicContext", "signature": "processGenomicContext(infile, outfile)", "docstring": "This module process genomic context file.\nIt assigns each and every features of context\nfile to a sp"}, {"name": "buildContextStats", "signature": "buildContextStats(infiles, outfile)", "docstring": "build mapping context stats "}, {"name": "buildIdxStats", "signature": "buildIdxStats(infile, outfile)", "docstring": "gets idxstats for bam file so number of reads per chromosome can\nbe plotted later"}, {"name": "buildExonValidation", "signature": "buildExonValidation(infiles, outfile)", "docstring": "Compare the alignments to the exon models to quantify exon\noverrun/underrun\n\nExpectation is that rea"}, {"name": "buildTranscriptLevelReadCounts", "signature": "buildTranscriptLevelReadCounts(infiles, outfile)", "docstring": "count reads in gene models\n\nCount the reads from a :term:`bam` file which overlap the\npositions of p"}, {"name": "buildIntronLevelReadCounts", "signature": "buildIntronLevelReadCounts(infiles, outfile)", "docstring": "count reads in gene models\nCount the reads from a :term:`bam` file which overlap the\npositions of in"}, {"name": "buildTranscriptProfiles", "signature": "buildTranscriptProfiles(infiles, outfile)", "docstring": "build gene coverage profiles\n\nPolyA-RNA-Seq is expected to show a bias towards the 3' end of\ntranscr"}, {"name": "buildPicardRnaSeqMetrics", "signature": "buildPicardRnaSeqMetrics(infiles, outfile)", "docstring": "Get duplicate stats from picard RNASeqMetrics "}, {"name": "loadPicardStats", "signature": "loadPicardStats(infiles, outfile)", "docstring": "merge alignment stats into single tables."}, {"name": "loadPicardDuplicationStats", "signature": "loadPicardDuplicationStats(infiles, outfiles)", "docstring": "merge alignment stats into single tables."}, {"name": "loadBAMStats", "signature": "loadBAMStats(infiles, outfile)", "docstring": "load bam statistics into bam_stats table "}, {"name": "loadContextStats", "signature": "loadContextStats(infiles, outfile)", "docstring": "load context mapping statistics into context_stats table "}, {"name": "loadIdxStats", "signature": "loadIdxStats(infiles, outfile)", "docstring": "merge idxstats files into single dataframe and load\nto database\n\nLoads tables into the database\n *"}, {"name": "loadExonValidation", "signature": "loadExonValidation(infiles, outfile)", "docstring": "load individual and merged exon validation stats\n\nFor each sample, the exon validation stats are loa"}, {"name": "loadPicardRnaSeqMetrics", "signature": "loadPicardRnaSeqMetrics(infiles, outfiles)", "docstring": "merge alignment stats into single tables."}, {"name": "loadCountReads", "signature": "loadCountReads(infiles, outfile)", "docstring": "load read counts count_reads table "}, {"name": "loadTranscriptProfile", "signature": "loadTranscriptProfile(infiles, outfile)", "docstring": "merge transcript profiles into a single table"}, {"name": "loadStrandSpecificity", "signature": "loadStrandSpecificity(infiles, outfile)", "docstring": "merge strand specificity data into a single table"}, {"name": "full", "signature": "full()", "docstring": "a dummy task to run all tasks in the pipeline"}, {"name": "renderRreport", "signature": "renderRreport()", "docstring": "build R markdown report "}, {"name": "renderJupyterReport", "signature": "renderJupyterReport()", "docstring": "build Jupyter notebook report"}, {"name": "renderMultiqc", "signature": "renderMultiqc(infile)", "docstring": "build mulitqc report"}, {"name": "build_report", "signature": "build_report()", "docstring": "report dummy task to build reports"}, {"name": "__getitem__", "signature": "__getitem__(self, name)", "docstring": ""}, {"name": "text", "signature": "text(self)", "docstring": ""}, {"name": "data", "signature": "data(self, s)", "docstring": ""}, {"name": "set_attr", "signature": "set_attr(self, name, value)", "docstring": ""}, {"name": "__add__", "signature": "__add__(self, other)", "docstring": ""}, {"name": "__iter__", "signature": "__iter__(self)", "docstring": ""}, {"name": "setup_platform", "signature": "setup_platform(hass, config, add_devices, discovery_info)", "docstring": "Set up the MyQ component."}, {"name": "should_poll", "signature": "should_poll(self)", "docstring": "Poll for state."}, {"name": "name", "signature": "name(self)", "docstring": "Return the name of the garage door if any."}, {"name": "is_closed", "signature": "is_closed(self)", "docstring": "Return true if cover is closed, else False."}, {"name": "close_cover", "signature": "close_cover(self)", "docstring": "Issue close command to cover."}, {"name": "open_cover", "signature": "open_cover(self)", "docstring": "Issue open command to cover."}, {"name": "update", "signature": "update(self)", "docstring": "Update status of cover."}, {"name": "MakeCASignedCert", "signature": "MakeCASignedCert(common_name, private_key, ca_cert, ca_private_key, serial_number)", "docstring": "Make a cert and sign it with the CA's private key."}, {"name": "MakeCACert", "signature": "MakeCACert(private_key, common_name, issuer_cn, issuer_c)", "docstring": "Generate a CA certificate.\n\nArgs:\n private_key: The private key to use.\n common_name: Name for cer"}, {"name": "run", "signature": "run(self, tmp, task_vars)", "docstring": ""}, {"name": "serve", "signature": "serve(request, path, document_root, show_indexes)", "docstring": "Serve static files below a given point in the directory structure.\n\nTo use, put a URL pattern such a"}, {"name": "was_modified_since", "signature": "was_modified_since(header, mtime, size)", "docstring": "Was something modified since the user last downloaded it?\n\nheader\n This is the value of the If-Modi"}, {"name": "display", "signature": "display(self)", "docstring": ""}, {"name": "hide", "signature": "hide(self)", "docstring": ""}, {"name": "parse_options", "signature": "parse_options()", "docstring": ""}, {"name": "main", "signature": "main()", "docstring": ""}, {"name": "init", "signature": "init(self, args, opts)", "docstring": "Initialize our ``ChatServer`` Component.\n\nThis uses the convenience ``init`` method which is called "}, {"name": "disconnect", "signature": "disconnect(self, sock)", "docstring": "Disconnect Event -- Triggered for disconnecting clients"}, {"name": "OnError", "signature": "OnError(function, path, excinfo)", "docstring": ""}, {"name": "read_data_from_mistral", "signature": "read_data_from_mistral(dir, name, var)", "docstring": ":rtype: object"}, {"name": "get_delivered_items_cost", "signature": "get_delivered_items_cost()", "docstring": ""}, {"name": "to_dict", "signature": "to_dict(self)", "docstring": "Returns a dictionary of the book's available metadata. If the data\ncannot be discovered, it is not i"}, {"name": "GetThumbnailLink", "signature": "GetThumbnailLink(self)", "docstring": "Returns the atom.Link object representing the thumbnail URI."}, {"name": "GetInfoLink", "signature": "GetInfoLink(self)", "docstring": "Returns the atom.Link object representing the human-readable info URI."}, {"name": "GetPreviewLink", "signature": "GetPreviewLink(self)", "docstring": "Returns the atom.Link object representing the preview URI."}, {"name": "GetAnnotationLink", "signature": "GetAnnotationLink(self)", "docstring": "Returns the atom.Link object representing the Annotation URI.\nNote that the use of www.books in the "}, {"name": "set_rating", "signature": "set_rating(self, value)", "docstring": "Set user's rating. Must be an integral string between 1 nad 5"}, {"name": "set_review", "signature": "set_review(self, text, type, lang)", "docstring": "Set user's review text"}, {"name": "get_label", "signature": "get_label(self)", "docstring": "Get users label for the item as a string"}, {"name": "set_label", "signature": "set_label(self, term)", "docstring": "Clear pre-existing label for the item and set term as the label."}, {"name": "remove_label", "signature": "remove_label(self)", "docstring": "Clear the user's label for the item"}, {"name": "clean_annotations", "signature": "clean_annotations(self)", "docstring": "Clear all annotations from an item. Useful for taking an item from\nanother user's library/annotation"}, {"name": "get_google_id", "signature": "get_google_id(self)", "docstring": "Get Google's ID of the item."}, {"name": "func", "signature": "func(self)", "docstring": ""}, {"name": "test_app_dirs_and_loaders", "signature": "test_app_dirs_and_loaders(self)", "docstring": "Error if template loaders are specified and APP_DIRS is True."}, {"name": "test_app_dirs_removed", "signature": "test_app_dirs_removed(self)", "docstring": ""}, {"name": "index", "signature": "index(docname)", "docstring": "Render documentation page."}, {"name": "documentation_package", "signature": "documentation_package(self)", "docstring": "Return documentation package."}, {"name": "support", "signature": "support(self)", "docstring": "Return an instance of Sphinx ``WebSupport``."}, {"name": "send_static_file", "signature": "send_static_file(self, filename)", "docstring": "Return static file."}, {"name": "correct_html", "signature": "correct_html(self, root, children, div_math, insert_idx, text)", "docstring": "Separates out
from the parent tag

. Anything\nin between is put into its own pa"}, {"name": "copyExtractedFiles", "signature": "copyExtractedFiles(dest)", "docstring": ""}, {"name": "unregister", "signature": "unregister(self, callback, resource_type)", "docstring": "Unregister callback from the registry.\n\n:param callback: the callback.\n:param resource_type: must be"}, {"name": "get_callback", "signature": "get_callback(self, resource_type)", "docstring": ""}, {"name": "get_callbacks", "signature": "get_callbacks(self, resource_type)", "docstring": "Return the callback if found, None otherwise.\n\n:param resource_type: must be a valid resource type."}, {"name": "add_arguments", "signature": "add_arguments(self, parser)", "docstring": ""}, {"name": "get_input_data", "signature": "get_input_data(self, field, message, default)", "docstring": "Override this method if you want to customize data inputs or\nvalidation exceptions."}, {"name": "valid", "signature": "valid(self)", "docstring": ""}, {"name": "__str__", "signature": "__str__(self)", "docstring": ""}, {"name": "split", "signature": "split(self, writer, pid, cmd, ppid, start_time)", "docstring": ""}, {"name": "set_parent", "signature": "set_parent(self, processMap)", "docstring": ""}, {"name": "ensure_ofc_tenant", "signature": "ensure_ofc_tenant(self, context, tenant_id)", "docstring": ""}, {"name": "create_ofc_tenant", "signature": "create_ofc_tenant(self, context, tenant_id)", "docstring": ""}, {"name": "delete_ofc_tenant", "signature": "delete_ofc_tenant(self, context, tenant_id)", "docstring": ""}, {"name": "create_ofc_port", "signature": "create_ofc_port(self, context, port_id, port)", "docstring": ""}, {"name": "create_ofc_packet_filter", "signature": "create_ofc_packet_filter(self, context, filter_id, filter_dict)", "docstring": ""}, {"name": "delete_ofc_router", "signature": "delete_ofc_router(self, context, router_id, router)", "docstring": ""}, {"name": "add_ofc_router_interface", "signature": "add_ofc_router_interface(self, context, router_id, port_id, port)", "docstring": ""}, {"name": "delete_ofc_router_interface", "signature": "delete_ofc_router_interface(self, context, router_id, port_id)", "docstring": ""}, {"name": "__delitem__", "signature": "__delitem__(self, obj)", "docstring": ""}, {"name": "iteritems", "signature": "iteritems(self)", "docstring": ""}, {"name": "clear_prefix", "signature": "clear_prefix(self, prefix)", "docstring": "Remove from `self` all the items with the given `prefix`. "}, {"name": "test_split_name_parts", "signature": "test_split_name_parts(self)", "docstring": "bibauthority - test get_type_from_authority_id"}, {"name": "on_message", "signature": "on_message(self, message)", "docstring": "Handle new messages which are received from the fan."}, {"name": "unit_of_measurement", "signature": "unit_of_measurement(self)", "docstring": "Return the unit the value is expressed in."}, {"name": "icon", "signature": "icon(self)", "docstring": "Return the icon for this sensor."}, {"name": "unique_id", "signature": "unique_id(self)", "docstring": "Return the sensor's unique id."}, {"name": "state", "signature": "state(self)", "docstring": "Return filter life in hours."}, {"name": "tearDown", "signature": "tearDown(self)", "docstring": ""}, {"name": "clean", "signature": "clean(options, clean_stage_name)", "docstring": ""}, {"name": "parse_arguments", "signature": "parse_arguments(args)", "docstring": ""}, {"name": "get_schema_facts", "signature": "get_schema_facts(cursor, schema)", "docstring": ""}, {"name": "__html__", "signature": "__html__(self)", "docstring": ""}, {"name": "__radd__", "signature": "__radd__(self, other)", "docstring": ""}, {"name": "__mod__", "signature": "__mod__(self, arg)", "docstring": ""}, {"name": "splitlines", "signature": "splitlines(self)", "docstring": ""}, {"name": "unescape", "signature": "unescape(self)", "docstring": "Unescape markup again into an text_type string. This also resolves\nknown HTML4 and XHTML entities:\n"}, {"name": "striptags", "signature": "striptags(self)", "docstring": "Unescape markup into an text_type string and strip all tags. This\nalso resolves known HTML4 and XHT"}, {"name": "escape", "signature": "escape(cls, s)", "docstring": "Escape the string. Works like :func:`escape` with the difference\nthat for subclasses of :class:`Mar"}, {"name": "rpartition", "signature": "rpartition(self, sep)", "docstring": ""}, {"name": "format", "signature": "format()", "docstring": ""}, {"name": "test_invalid_login", "signature": "test_invalid_login(self)", "docstring": ""}, {"name": "test_can_retrieve_username", "signature": "test_can_retrieve_username(self)", "docstring": ""}, {"name": "peek", "signature": "peek(self, from_idx, to_idx)", "docstring": ""}, {"name": "pop", "signature": "pop(self, count, idx)", "docstring": "( x -- )\ntake something and return it"}, {"name": "push", "signature": "push(self)", "docstring": "( -- x ... )\nput somethings at idx"}, {"name": "pick", "signature": "pick(self, idx, drop)", "docstring": "( x -- x )\npick somethings from a range of indicies"}, {"name": "drop", "signature": "drop(self, count, idx)", "docstring": "( x -- )\ndrop items without returning (cheaper pop)"}, {"name": "dup", "signature": "dup(self, count, from_idx)", "docstring": "( y -- y y )\nduplicate something and push"}, {"name": "dupn", "signature": "dupn(self, count, idx)", "docstring": "( x y -- x y x y )\ndup count items from an idx"}, {"name": "swap", "signature": "swap(self, idx)", "docstring": "( x y -- y x )\nswap two things at an index"}, {"name": "rot", "signature": "rot(self, idx, count)", "docstring": "( w x y z -- x y z w )\nrotate things left, at an index"}, {"name": "urot", "signature": "urot(self, idx, count)", "docstring": "( w x y z -- z w x y )\nrotate things right, at an index"}, {"name": "err", "signature": "err(self, err, errtype, framelevel)", "docstring": ""}, {"name": "getmedian", "signature": "getmedian(s)", "docstring": ""}, {"name": "test_00_message_compose_wizard", "signature": "test_00_message_compose_wizard(self)", "docstring": "Tests designed for the mail.compose.message wizard updated by email_template. "}, {"name": "test_10_email_templating", "signature": "test_10_email_templating(self)", "docstring": "Tests designed for the mail.compose.message wizard updated by email_template. "}, {"name": "get_lastrowid", "signature": "get_lastrowid(self)", "docstring": ""}, {"name": "event_register", "signature": "event_register(self, event)", "docstring": ""}, {"name": "registration_confirm", "signature": "registration_confirm(self, event)", "docstring": ""}, {"name": "sdn", "signature": "sdn(date)", "docstring": ""}, {"name": "sd", "signature": "sd(date)", "docstring": ""}, {"name": "test_make_scorer", "signature": "test_make_scorer()", "docstring": ""}, {"name": "test_regression_scorers", "signature": "test_regression_scorers()", "docstring": ""}, {"name": "test_scoring_is_not_metric", "signature": "test_scoring_is_not_metric()", "docstring": ""}, {"name": "handle_help", "signature": "handle_help(self)", "docstring": ""}, {"name": "create_ftl", "signature": "create_ftl(self, recipe_or_template, locales)", "docstring": ""}, {"name": "test_main", "signature": "test_main()", "docstring": ""}, {"name": "get_albums_by_name", "signature": "get_albums_by_name(self, names)", "docstring": "Given a list of names this method will\nreturn album objects for each matching name.\n\nIf a name is no"}, {"name": "get_albums_by_id", "signature": "get_albums_by_id(self, ids)", "docstring": "Given a list of ids this method will\nreturn album objects for each matching id.\n\nIf an id is not fou"}, {"name": "get_all_albums_by_id", "signature": "get_all_albums_by_id(self)", "docstring": "This method returns a dictionary of all\nalbums with album ids as the keys"}, {"name": "get_all_albums_by_name", "signature": "get_all_albums_by_name(self)", "docstring": "This method returns a dictionary of all\nalbums with album names as the keys"}, {"name": "get_photos", "signature": "get_photos(self)", "docstring": "Get a list of Photo objects"}, {"name": "test_upconvert", "signature": "test_upconvert(self)", "docstring": ""}, {"name": "test_cannot_upconvert", "signature": "test_cannot_upconvert(self)", "docstring": ""}, {"name": "test_downconvert_day", "signature": "test_downconvert_day(self)", "docstring": ""}, {"name": "test_combine_with_different_kinds", "signature": "test_combine_with_different_kinds(self)", "docstring": ""}, {"name": "test_timedelta_generic_api", "signature": "test_timedelta_generic_api(self)", "docstring": ""}, {"name": "test_offset_timestamp_expr", "signature": "test_offset_timestamp_expr(self)", "docstring": ""}, {"name": "load_plugin", "signature": "load_plugin()", "docstring": "Returns plugin available in this module\n "}, {"name": "setup", "signature": "setup(self)", "docstring": "Configure plugin, this function should be called before plugin execute() method is used.\n "}, {"name": "execute", "signature": "execute(self, capability)", "docstring": "Executes capability by name.\nEach capability may directly just call some command line\nprogram or exe"}, {"name": "filter_dictionary", "signature": "filter_dictionary(self)", "docstring": "LMS implementation, adds filtering by user partition, course id and user "}, {"name": "field_dictionary", "signature": "field_dictionary(self)", "docstring": "add course if provided otherwise add courses in which the user is enrolled in "}, {"name": "exclude_dictionary", "signature": "exclude_dictionary(self)", "docstring": "If we are not on a microsite, then exclude any microsites that are defined "}, {"name": "get_group_for_user_partition", "signature": "get_group_for_user_partition(user_partition, course_key, user)", "docstring": "Returns the specified user's group for user partition "}, {"name": "get_group_ids_for_user", "signature": "get_group_ids_for_user(course, user)", "docstring": "Collect user partition group ids for user for this course "}, {"name": "get_git_revision", "signature": "get_git_revision()", "docstring": "Returns the git revision (e.g. aab4afc016b742c6d4b157427e192942d0e131fe),\nor UNKNOWN is getting the "}, {"name": "this_is_easybuild", "signature": "this_is_easybuild()", "docstring": "Standard starting message"}, {"name": "test_api_parameters", "signature": "test_api_parameters(self)", "docstring": ""}, {"name": "test_create_selfip", "signature": "test_create_selfip(self)", "docstring": ""}, {"name": "handle_data", "signature": "handle_data(self, data)", "docstring": ""}, {"name": "write", "signature": "write(self, cr, uid, ids, vals, context)", "docstring": ""}, {"name": "interpret", "signature": "interpret(marker, execution_context)", "docstring": "Interpret a marker and return a result depending on environment.\n\n:param marker: The marker to inter"}, {"name": "get_fragment", "signature": "get_fragment(self, offset)", "docstring": "Get the part of the source which is causing a problem."}, {"name": "get_handler", "signature": "get_handler(self, node_type)", "docstring": "Get a handler for the specified AST node type."}, {"name": "evaluate", "signature": "evaluate(self, node, filename)", "docstring": "Evaluate a source string or node, using ``filename`` when\ndisplaying errors."}, {"name": "do_attribute", "signature": "do_attribute(self, node)", "docstring": ""}, {"name": "do_compare", "signature": "do_compare(self, node)", "docstring": ""}, {"name": "poll_message", "signature": "poll_message(self)", "docstring": ""}, {"name": "poll_short", "signature": "poll_short(self, type_str, verbose)", "docstring": ""}, {"name": "static_slotname", "signature": "static_slotname(instance)", "docstring": "Returns a string to be used as the slot\nfor the static placeholder field."}, {"name": "has_publish_permission", "signature": "has_publish_permission(self, request)", "docstring": ""}, {"name": "get_xframe_options_value", "signature": "get_xframe_options_value(self, request, response)", "docstring": "Gets the value to set for the X_FRAME_OPTIONS header.\n\nBy default this uses the value from the X_FRA"}, {"name": "merge_objects", "signature": "merge_objects(base_obj, client_obj)", "docstring": ":param base_obj: has the base attributes which are overwritten if they exist\n in the client_obj a"}, {"name": "extend_object_field", "signature": "extend_object_field(base_obj, client_obj, field_name)", "docstring": ":param base_obj: an object which has a property `field_name` that is a list\n:param client_obj: an ob"}, {"name": "gen_pod", "signature": "gen_pod(self)", "docstring": "Generates pod"}, {"name": "add_sidecar", "signature": "add_sidecar(pod)", "docstring": "Adds sidecar"}, {"name": "from_obj", "signature": "from_obj(obj)", "docstring": "Converts to pod from obj"}, {"name": "reconcile_pods", "signature": "reconcile_pods(base_pod, client_pod)", "docstring": ":param base_pod: has the base attributes which are overwritten if they exist\n in the client pod a"}, {"name": "reconcile_specs", "signature": "reconcile_specs(base_spec, client_spec)", "docstring": ":param base_spec: has the base attributes which are overwritten if they exist\n in the client_spec"}, {"name": "reconcile_containers", "signature": "reconcile_containers(base_containers, client_containers)", "docstring": ":param base_containers: has the base attributes which are overwritten if they exist\n in the clien"}, {"name": "construct_pod", "signature": "construct_pod(dag_id, task_id, pod_id, try_number, date, command, kube_executor_config, worker_config, namespace, worker_uuid)", "docstring": "Construct a pod by gathering and consolidating the configuration from 3 places:\n - airflow.cfg\n "}, {"name": "deserialize_model_file", "signature": "deserialize_model_file(path)", "docstring": ":param path: Path to the file\n:return: a kubernetes.client.models.V1Pod\n\nUnfortunately we need acces"}, {"name": "make_unique_pod_id", "signature": "make_unique_pod_id(dag_id)", "docstring": "Kubernetes pod names must be <= 253 chars and must pass the following regex for\nvalidation\n``^[a-z0-"}, {"name": "validate_pod_generator_args", "signature": "validate_pod_generator_args(given_args)", "docstring": ":param given_args: The arguments passed to the PodGenerator constructor.\n:type given_args: dict\n:ret"}, {"name": "predicate", "signature": "predicate(k, v)", "docstring": ":param k: an arg to PodGenerator\n:type k: string\n:param v: the parameter of the given arg\n:type v: i"}, {"name": "heapsorted_by_value", "signature": "heapsorted_by_value(mapping, maxheap)", "docstring": "Takes an arbitrary mapping and, treating the values as priority keys, sorts\nits items by priority vi"}, {"name": "__lt__", "signature": "__lt__(self, other)", "docstring": ""}, {"name": "minpq", "signature": "minpq(cls)", "docstring": ""}, {"name": "fromfunction", "signature": "fromfunction(cls, iterable, pkeygen)", "docstring": "Provide a key function that determines priorities by which to heapify\nthe elements of an iterable in"}, {"name": "__contains__", "signature": "__contains__(self, dkey)", "docstring": "Return True if dkey is in the PQD else return False."}, {"name": "__setitem__", "signature": "__setitem__(self, dkey, pkey)", "docstring": "Assign priority to dictionary key."}, {"name": "__copy__", "signature": "__copy__(self)", "docstring": "Return a new PQD with the same dkeys associated with the same priority\nkeys."}, {"name": "popitem", "signature": "popitem(self)", "docstring": "Extract top priority item. Raises KeyError if PQD is empty."}, {"name": "additem", "signature": "additem(self, dkey, pkey)", "docstring": "Add a new item. Raises KeyError if item is already in the PQD."}, {"name": "updateitem", "signature": "updateitem(self, dkey, new_pkey)", "docstring": "Update the priority key of an existing item. Raises KeyError if item is\nnot in the PQD."}, {"name": "iterkeys", "signature": "iterkeys(self)", "docstring": "Destructive heapsort iterator over dictionary keys, ordered by priority\nkey."}, {"name": "itervalues", "signature": "itervalues(self)", "docstring": "Destructive heapsort iterator over priority keys."}, {"name": "get_history", "signature": "get_history(self)", "docstring": ""}, {"name": "__getattr__", "signature": "__getattr__(self, key)", "docstring": ""}, {"name": "kill", "signature": "kill(self)", "docstring": "Destroy the service object."}, {"name": "stop", "signature": "stop(self)", "docstring": ""}, {"name": "periodic_tasks", "signature": "periodic_tasks(self, raise_on_error)", "docstring": "Tasks to be run at a periodic interval."}, {"name": "report_state", "signature": "report_state(self)", "docstring": "Update the state of this service."}, {"name": "testUseDefaultGraph", "signature": "testUseDefaultGraph(self)", "docstring": ""}, {"name": "testManyCPUs", "signature": "testManyCPUs(self)", "docstring": ""}, {"name": "testFetchTuple", "signature": "testFetchTuple(self)", "docstring": ""}, {"name": "testFetchTensorObject", "signature": "testFetchTensorObject(self)", "docstring": ""}, {"name": "testFetchOperationObject", "signature": "testFetchOperationObject(self)", "docstring": ""}, {"name": "testFeedSparsePlaceholderPartialShape", "signature": "testFeedSparsePlaceholderPartialShape(self)", "docstring": ""}, {"name": "testFeedIndexedSlices", "signature": "testFeedIndexedSlices(self)", "docstring": ""}, {"name": "testFetchIndexedSlicesWithoutDenseShape", "signature": "testFetchIndexedSlicesWithoutDenseShape(self)", "docstring": ""}, {"name": "testExtendWithStatefulOperations", "signature": "testExtendWithStatefulOperations(self)", "docstring": ""}, {"name": "testOperationRunMethod", "signature": "testOperationRunMethod(self)", "docstring": ""}, {"name": "testDefaultGraph", "signature": "testDefaultGraph(self)", "docstring": ""}, {"name": "testUseAfterCloseConcurrent", "signature": "testUseAfterCloseConcurrent(self)", "docstring": ""}, {"name": "testNotEntered", "signature": "testNotEntered(self)", "docstring": ""}, {"name": "testInteractivePlacePrunedGraph", "signature": "testInteractivePlacePrunedGraph(self)", "docstring": ""}, {"name": "testDefaultSessionPlacePrunedGraph", "signature": "testDefaultSessionPlacePrunedGraph(self)", "docstring": ""}, {"name": "testSharedGraph", "signature": "testSharedGraph(self)", "docstring": ""}, {"name": "testMakeCallableWithFeedListAndRunOptions", "signature": "testMakeCallableWithFeedListAndRunOptions(self)", "docstring": ""}, {"name": "testInvalidTargetFails", "signature": "testInvalidTargetFails(self)", "docstring": ""}, {"name": "testFeedShapeCompatibility", "signature": "testFeedShapeCompatibility(self)", "docstring": ""}, {"name": "testInferShapesTrue", "signature": "testInferShapesTrue(self)", "docstring": ""}, {"name": "testBuildCostModel", "signature": "testBuildCostModel(self)", "docstring": ""}, {"name": "testAsDefault", "signature": "testAsDefault(self)", "docstring": ""}, {"name": "testInvalidArgument", "signature": "testInvalidArgument(self)", "docstring": ""}, {"name": "testTimeoutWithShortOperations", "signature": "testTimeoutWithShortOperations(self)", "docstring": ""}, {"name": "testBuildGraphErrorDirect", "signature": "testBuildGraphErrorDirect(self)", "docstring": ""}, {"name": "testBuildGraphErrorDist", "signature": "testBuildGraphErrorDist(self)", "docstring": ""}, {"name": "testDeviceAttributesCanonicalization", "signature": "testDeviceAttributesCanonicalization(self)", "docstring": ""}, {"name": "runTestAddFunctionToSession", "signature": "runTestAddFunctionToSession(self, target)", "docstring": "Add a function to a session after the graph has already been run."}, {"name": "foo", "signature": "foo(x)", "docstring": ""}, {"name": "update_thread", "signature": "update_thread()", "docstring": ""}, {"name": "extract_links", "signature": "extract_links(self, response)", "docstring": ""}, {"name": "matches", "signature": "matches(self, url)", "docstring": "This extractor matches with any url, since\nit doesn't contain any patterns"}, {"name": "registerUserFunction", "signature": "registerUserFunction(type, f)", "docstring": ""}, {"name": "reset_delivery_states", "signature": "reset_delivery_states()", "docstring": "Remove the state set when resources are unpacked. "}, {"name": "messaging", "signature": "messaging()", "docstring": "Probe our relations to determine the propper messaging to the\nend user "}, {"name": "install_kubernetes_e2e", "signature": "install_kubernetes_e2e()", "docstring": "Deliver the e2e and kubectl components from the binary resource stream\npackages declared in the char"}, {"name": "prepare_kubeconfig_certificates", "signature": "prepare_kubeconfig_certificates(master)", "docstring": "Prepare the data to feed to create the kubeconfig file. "}, {"name": "set_app_version", "signature": "set_app_version()", "docstring": "Declare the application version to juju "}, {"name": "create_kubeconfig", "signature": "create_kubeconfig(kubeconfig, server, ca, key, certificate, user, context, cluster)", "docstring": "Create a configuration for Kubernetes based on path using the supplied\narguments for values of the K"}, {"name": "get_kube_api_servers", "signature": "get_kube_api_servers(master)", "docstring": "Return the kubernetes api server address and port for this\nrelationship."}, {"name": "determine_arch", "signature": "determine_arch()", "docstring": "dpkg wrapper to surface the architecture we are tied to"}, {"name": "MsgDlg", "signature": "MsgDlg(window, string, caption, style)", "docstring": "Common MessageDialog."}, {"name": "OnFileExit", "signature": "OnFileExit(self, event)", "docstring": "Exits the program."}, {"name": "OnSize", "signature": "OnSize(self, event)", "docstring": "Window 'size' event."}, {"name": "OnEraseBackground", "signature": "OnEraseBackground(self, event)", "docstring": "Window 'erase background' event."}, {"name": "populateTree", "signature": "populateTree(self, ds)", "docstring": "Populate the tree in the left window with the [desired]\ndataset values"}, {"name": "recurse_tree", "signature": "recurse_tree(self, ds, parent, hide)", "docstring": "order the dicom tags "}, {"name": "OnFileOpen", "signature": "OnFileOpen(self, event)", "docstring": "Opens a selected file."}, {"name": "OnPaint", "signature": "OnPaint(self, event)", "docstring": "Window 'paint' event."}, {"name": "ConvertWXToPIL", "signature": "ConvertWXToPIL(self, bmp)", "docstring": "Convert wx.Image Into PIL Image. "}, {"name": "ConvertPILToWX", "signature": "ConvertPILToWX(self, pil, alpha)", "docstring": "Convert PIL Image Into wx.Image. "}, {"name": "get_LUT_value", "signature": "get_LUT_value(self, data, window, level)", "docstring": "Apply the RGB Look-Up Table for the given data and window/level value."}, {"name": "show_file", "signature": "show_file(self, imageFile, fullPath)", "docstring": "Load the DICOM file, make sure it contains at least one\nimage, and set it up for display by OnPaint("}, {"name": "OnInit", "signature": "OnInit(self)", "docstring": "Create the Image Application."}, {"name": "testBadVal", "signature": "testBadVal(self)", "docstring": ""}, {"name": "testGoodVal", "signature": "testGoodVal(self)", "docstring": ""}, {"name": "testCmp3", "signature": "testCmp3(self)", "docstring": ""}, {"name": "init_tof_0", "signature": "init_tof_0(xshut, sensor)", "docstring": "XSHUT port LOW resets the device."}, {"name": "init_tof_1", "signature": "init_tof_1(xshut)", "docstring": "XSHUT port HIGH enables the device."}, {"name": "setup_method", "signature": "setup_method(self, method)", "docstring": ""}, {"name": "test_inf_epsilon", "signature": "test_inf_epsilon(self)", "docstring": ""}, {"name": "test_nonzero_delta", "signature": "test_nonzero_delta(self)", "docstring": ""}, {"name": "test_non_string_hierarchy", "signature": "test_non_string_hierarchy(self)", "docstring": ""}, {"name": "test_wrong_utilities", "signature": "test_wrong_utilities(self)", "docstring": ""}, {"name": "test_outside_domain", "signature": "test_outside_domain(self)", "docstring": ""}, {"name": "test_get_utility_list", "signature": "test_get_utility_list(self)", "docstring": ""}, {"name": "test_bias", "signature": "test_bias(self)", "docstring": ""}, {"name": "test_variance", "signature": "test_variance(self)", "docstring": ""}, {"name": "train", "signature": "train(frame, ts_column, x_columns, y_max_lag, x_max_lag, no_intercept)", "docstring": "Creates a ARX model by training on the given frame. Fit an autoregressive model with additional\nexog"}, {"name": "load", "signature": "load(path, tc)", "docstring": "load ArxModel from given path"}, {"name": "get_scala_obj", "signature": "get_scala_obj(tc)", "docstring": "Gets reference to the ArxModel scala object"}, {"name": "y_max_lag", "signature": "y_max_lag(self)", "docstring": "The maximum lag order for the dependent (time series) values."}, {"name": "x_max_lag", "signature": "x_max_lag(self)", "docstring": "The maximum lag order for exogenous variables."}, {"name": "c", "signature": "c(self)", "docstring": "An intercept term (zero if none desired), from the trained model."}, {"name": "coefficients", "signature": "coefficients(self)", "docstring": "Coefficient values from the trained model."}, {"name": "no_intercept", "signature": "no_intercept(self)", "docstring": "A boolean flag indicating if the intercept should be dropped."}, {"name": "predict", "signature": "predict(self, frame, ts_column, x_columns)", "docstring": "New frame with column of predicted y values\n\nPredict the time series values for a test frame, based "}, {"name": "save", "signature": "save(self, path)", "docstring": "Save the trained model to the specified path.\n\nParameters\n----------\n:param path: (str) Path to save"}, {"name": "export_to_mar", "signature": "export_to_mar(self, path)", "docstring": "Exports the trained model as a model archive (.mar) to the specified path.\n\nParameters\n----------\n\n:"}, {"name": "sequence_classifier", "signature": "sequence_classifier(decoding, labels, sampling_decoding, name)", "docstring": "Returns predictions and loss for sequence of predictions.\n\nArgs:\n decoding: List of Tensors with pr"}, {"name": "seq2seq_inputs", "signature": "seq2seq_inputs(x, y, input_length, output_length, sentinel, name)", "docstring": "Processes inputs for Sequence to Sequence models.\n\nArgs:\n x: Input Tensor [batch_size, input_length"}, {"name": "rnn_decoder", "signature": "rnn_decoder(decoder_inputs, initial_state, cell, scope)", "docstring": "RNN Decoder that creates training and sampling sub-graphs.\n\nArgs:\n decoder_inputs: Inputs for decod"}, {"name": "rnn_seq2seq", "signature": "rnn_seq2seq(encoder_inputs, decoder_inputs, encoder_cell, decoder_cell, dtype, scope)", "docstring": "RNN Sequence to Sequence model.\n\nArgs:\n encoder_inputs: List of tensors, inputs for encoder.\n deco"}, {"name": "namedAny", "signature": "namedAny(name)", "docstring": "Retrieve a Python object by its fully qualified name from the global Python\nmodule namespace. The f"}, {"name": "get_charset_name", "signature": "get_charset_name(self)", "docstring": ""}, {"name": "test_user", "signature": "test_user(self)", "docstring": ""}, {"name": "test_login", "signature": "test_login(self)", "docstring": ""}, {"name": "checksubpackage", "signature": "checksubpackage(name)", "docstring": ""}, {"name": "test_virtual_module_identity", "signature": "test_virtual_module_identity()", "docstring": ""}, {"name": "replace", "signature": "replace(self, match)", "docstring": ""}, {"name": "test_margulis_gabber_galil_graph", "signature": "test_margulis_gabber_galil_graph()", "docstring": ""}, {"name": "test_chordal_cycle_graph", "signature": "test_chordal_cycle_graph()", "docstring": "Test for the :func:`networkx.chordal_cycle_graph` function."}, {"name": "addButtonsToToolbar", "signature": "addButtonsToToolbar(self)", "docstring": ""}, {"name": "build_widget", "signature": "build_widget(self)", "docstring": ""}, {"name": "setReadOnly", "signature": "setReadOnly(self, read_only)", "docstring": ""}, {"name": "configure", "signature": "configure(self)", "docstring": ""}, {"name": "documentation", "signature": "documentation(self)", "docstring": ""}, {"name": "show_annotations", "signature": "show_annotations(self)", "docstring": ""}, {"name": "request", "signature": "request(self, readable)", "docstring": ""}, {"name": "requests", "signature": "requests(self)", "docstring": ""}, {"name": "buildmatch", "signature": "buildmatch(ui, repo, user, key)", "docstring": "return tuple of (match function, list enabled)."}, {"name": "fromRNA", "signature": "fromRNA(cls, meshObject)", "docstring": ""}, {"name": "match", "signature": "match(self, norm, uvs, colors)", "docstring": ""}, {"name": "serializeBoneAssignments", "signature": "serializeBoneAssignments(self, file, indent)", "docstring": ""}, {"name": "serialize", "signature": "serialize(self, file)", "docstring": ""}, {"name": "test_update_rc_files", "signature": "test_update_rc_files(self, pmock)", "docstring": "Test happy path on updating env files. Assuming everything\nexists and is in place."}, {"name": "test_update_rc_files_with_nonexistant_path", "signature": "test_update_rc_files_with_nonexistant_path(self)", "docstring": "Test an unhappy path if the bashrc/users do not exist."}, {"name": "test_package_installation", "signature": "test_package_installation(self, hemock, ftmock)", "docstring": "Verify we are calling the known essentials to build and syndicate\nkubes."}, {"name": "test_go_download", "signature": "test_go_download(self, aumock)", "docstring": "Test that we are actually handing off to charm-helpers to\ndownload a specific archive of Go. This is"}, {"name": "test_clone_repository", "signature": "test_clone_repository(self, spmock)", "docstring": "We're not using a unit-tested git library - so ensure our subprocess\ncall is consistent. If we chang"}, {"name": "test_install_main", "signature": "test_install_main(self, hemock, urmock, crmock, dgmock, ipmock)", "docstring": "Ensure the driver/main method is calling all the supporting methods."}, {"name": "test_can_specify_attributes_gridded", "signature": "test_can_specify_attributes_gridded(self)", "docstring": ""}, {"name": "test_can_specify_units_gridded", "signature": "test_can_specify_units_gridded(self)", "docstring": ""}, {"name": "test_can_specify_units_gridded_no_output_var", "signature": "test_can_specify_units_gridded_no_output_var(self)", "docstring": ""}, {"name": "get_template_sources", "signature": "get_template_sources(self, template_name, template_dirs)", "docstring": "Returns the absolute paths to \"template_name\", when appended to each\ndirectory in \"template_dirs\". A"}, {"name": "load_template_source", "signature": "load_template_source(self, template_name, template_dirs)", "docstring": ""}, {"name": "test_zero_as_autoval", "signature": "test_zero_as_autoval(self)", "docstring": "Zero as id for AutoField should raise exception in MySQL, because MySQL\ndoes not allow zero for auto"}, {"name": "test_batch_same_vals", "signature": "test_batch_same_vals(self)", "docstring": ""}, {"name": "test_large_batch", "signature": "test_large_batch(self)", "docstring": ""}, {"name": "test_large_batch_mixed", "signature": "test_large_batch_mixed(self)", "docstring": "Test inserting a large batch with objects having primary key set\nmixed together with objects without"}, {"name": "test_large_batch_mixed_efficiency", "signature": "test_large_batch_mixed_efficiency(self)", "docstring": "Test inserting a large batch with objects having primary key set\nmixed together with objects without"}, {"name": "test_explicit_batch_size_efficiency", "signature": "test_explicit_batch_size_efficiency(self)", "docstring": ""}, {"name": "dbapi", "signature": "dbapi(cls)", "docstring": ""}, {"name": "create_connect_args", "signature": "create_connect_args(self, url)", "docstring": ""}, {"name": "unique", "signature": "unique(iterable)", "docstring": "Yield unique values in iterable, preserving order."}, {"name": "handle_requires", "signature": "handle_requires(metadata, pkg_info, key)", "docstring": "Place the runtime requirements from pkg_info into metadata."}, {"name": "pkginfo_to_dict", "signature": "pkginfo_to_dict(path, distribution)", "docstring": "Convert PKG-INFO to a prototype Metadata 2.0 (PEP 426) dict.\n\nThe description is included under the "}, {"name": "requires_to_requires_dist", "signature": "requires_to_requires_dist(requirement)", "docstring": "Compose the version predicates for requirement in PEP 345 fashion."}, {"name": "convert_requirements", "signature": "convert_requirements(requirements)", "docstring": "Yield Requires-Dist: strings for parsed requirements strings."}, {"name": "generate_requirements", "signature": "generate_requirements(extras_require)", "docstring": "Convert requirements from a setup()-style dictionary to ('Requires-Dist', 'requirement')\nand ('Provi"}, {"name": "pkginfo_to_metadata", "signature": "pkginfo_to_metadata(egg_info_path, pkginfo_path)", "docstring": "Convert .egg-info directory with PKG-INFO to the Metadata 1.3 aka\nold-draft Metadata 2.0 format."}, {"name": "pkginfo_unicode", "signature": "pkginfo_unicode(pkg_info, field)", "docstring": "Hack to coax Unicode out of an email Message() - Python 3.3+"}, {"name": "dedent_description", "signature": "dedent_description(pkg_info)", "docstring": "Dedent and convert pkg_info['Description'] to Unicode."}, {"name": "sort_key", "signature": "sort_key(item)", "docstring": ""}, {"name": "extensions", "signature": "extensions()", "docstring": ""}, {"name": "from_db_value", "signature": "from_db_value(self, value, expression, connection, context)", "docstring": ""}, {"name": "get_tenant_by_name", "signature": "get_tenant_by_name(cls, name)", "docstring": ""}, {"name": "create_test_user", "signature": "create_test_user(self)", "docstring": ""}, {"name": "setup_test_role", "signature": "setup_test_role(self, name, domain_id)", "docstring": "Set up a test role."}, {"name": "skip_checks", "signature": "skip_checks(cls)", "docstring": ""}, {"name": "setup_clients", "signature": "setup_clients(cls)", "docstring": ""}, {"name": "setup_test_user", "signature": "setup_test_user(self, password)", "docstring": "Set up a test user."}, {"name": "setup_test_tenant", "signature": "setup_test_tenant(self)", "docstring": "Set up a test tenant."}, {"name": "create_domain", "signature": "create_domain(cls)", "docstring": "Create a domain."}, {"name": "delete_domain", "signature": "delete_domain(self, domain_id)", "docstring": ""}, {"name": "setup_test_project", "signature": "setup_test_project(self)", "docstring": "Set up a test project."}, {"name": "setup_test_domain", "signature": "setup_test_domain(self)", "docstring": "Set up a test domain."}, {"name": "entity_id", "signature": "entity_id(self)", "docstring": "Return entity id."}, {"name": "device_state_attributes", "signature": "device_state_attributes(self)", "docstring": "Return device specific state attributes."}, {"name": "store", "signature": "store(self)", "docstring": "Store group/person data and IDs."}, {"name": "app_backend", "signature": "app_backend(self)", "docstring": ""}, {"name": "platform_backend", "signature": "platform_backend(self)", "docstring": ""}, {"name": "CloseBrowser", "signature": "CloseBrowser(self)", "docstring": "Close the browser instance."}, {"name": "IsAlive", "signature": "IsAlive(self)", "docstring": "Whether the DevTools server is available and connectable."}, {"name": "GetVersion", "signature": "GetVersion(self)", "docstring": "Return the version dict as provided by the DevTools agent."}, {"name": "RequestNewTab", "signature": "RequestNewTab(self, timeout, in_new_window, url)", "docstring": "Creates a new tab, either in new window or current window.\n\nReturns:\n A dict of a parsed JSON objec"}, {"name": "CloseTab", "signature": "CloseTab(self, tab_id, timeout)", "docstring": "Closes the tab with the given id.\n\nRaises:\n devtools_http.DevToolsClientConnectionError\n TabNotFou"}, {"name": "ActivateTab", "signature": "ActivateTab(self, tab_id, timeout)", "docstring": "Activates the tab with the given id.\n\nRaises:\n devtools_http.DevToolsClientConnectionError\n TabNot"}, {"name": "GetUrl", "signature": "GetUrl(self, tab_id)", "docstring": "Returns the URL of the tab with |tab_id|, as reported by devtools.\n\nRaises:\n devtools_http.DevTools"}, {"name": "IsInspectable", "signature": "IsInspectable(self, tab_id)", "docstring": "Whether the tab with |tab_id| is inspectable, as reported by devtools.\n\nRaises:\n devtools_http.DevT"}, {"name": "GetUpdatedInspectableContexts", "signature": "GetUpdatedInspectableContexts(self)", "docstring": "Returns an updated instance of _DevToolsContextMapBackend."}, {"name": "StartChromeTracing", "signature": "StartChromeTracing(self, trace_config, transfer_mode, timeout)", "docstring": "Args:\n trace_config: An tracing_config.TracingConfig instance.\n transfer_mode: Defaults to usi"}, {"name": "FirstTabBackend", "signature": "FirstTabBackend(self)", "docstring": "Obtain the inspector backend for the firstly created tab."}, {"name": "DumpMemory", "signature": "DumpMemory(self, timeout, detail_level)", "docstring": "Dumps memory.\n\nArgs:\n timeout: seconds to wait between websocket responses.\n detail_level: Level o"}, {"name": "SetMemoryPressureNotificationsSuppressed", "signature": "SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout)", "docstring": "Enable/disable suppressing memory pressure notifications.\n\nArgs:\n suppressed: If true, memory press"}, {"name": "SimulateMemoryPressureNotification", "signature": "SimulateMemoryPressureNotification(self, pressure_level, timeout)", "docstring": "Simulate a memory pressure notification.\n\nArgs:\n pressure level: The memory pressure level of the n"}, {"name": "window_manager_backend", "signature": "window_manager_backend(self)", "docstring": "Return the window manager backend.\n\nThis should be called by a CrOS backend only."}, {"name": "GetWindowForTarget", "signature": "GetWindowForTarget(self, target_id)", "docstring": ""}, {"name": "contexts", "signature": "contexts(self)", "docstring": "The most up to date contexts data.\n\nReturned in the order returned by devtools agent."}, {"name": "GetContextInfo", "signature": "GetContextInfo(self, context_id)", "docstring": ""}, {"name": "GetInspectorBackend", "signature": "GetInspectorBackend(self, context_id)", "docstring": "Gets an InspectorBackend instance for the given context_id.\n\nThis lazily creates InspectorBackend fo"}, {"name": "topology", "signature": "topology(func)", "docstring": "For GEOS unary topology functions."}, {"name": "mock_scan_fixture", "signature": "mock_scan_fixture()", "docstring": "Mock pyatv.scan."}, {"name": "dmap_pin_fixture", "signature": "dmap_pin_fixture()", "docstring": "Mock pyatv.scan."}, {"name": "pairing", "signature": "pairing()", "docstring": "Mock pyatv.scan."}, {"name": "pairing_mock", "signature": "pairing_mock()", "docstring": "Mock pyatv.scan."}, {"name": "full_device", "signature": "full_device(mock_scan, dmap_pin)", "docstring": "Mock pyatv.scan."}, {"name": "mrp_device", "signature": "mrp_device(mock_scan)", "docstring": "Mock pyatv.scan."}, {"name": "dmap_device", "signature": "dmap_device(mock_scan)", "docstring": "Mock pyatv.scan."}, {"name": "dmap_device_with_credentials", "signature": "dmap_device_with_credentials(mock_scan)", "docstring": "Mock pyatv.scan."}, {"name": "airplay_device", "signature": "airplay_device(mock_scan)", "docstring": "Mock pyatv.scan."}, {"name": "assertDriverStartSuccessful", "signature": "assertDriverStartSuccessful(self, driver, expected_logs, expected_display, pixel_tests)", "docstring": ""}, {"name": "__realize_cb", "signature": "__realize_cb(self, widget)", "docstring": ""}, {"name": "__size_changed_cb", "signature": "__size_changed_cb(self, event)", "docstring": ""}, {"name": "grab_focus", "signature": "grab_focus(self)", "docstring": ""}, {"name": "__key_press_event_cb", "signature": "__key_press_event_cb(self, window, event)", "docstring": ""}, {"name": "__clear_icon_pressed_cb", "signature": "__clear_icon_pressed_cb(self, entry, icon_pos, event)", "docstring": ""}, {"name": "show_section_view", "signature": "show_section_view(self, option)", "docstring": ""}, {"name": "set_section_view_auto_close", "signature": "set_section_view_auto_close(self)", "docstring": "Automatically close the control panel if there is \"nothing to do\"\n "}, {"name": "__cancel_clicked_cb", "signature": "__cancel_clicked_cb(self, widget)", "docstring": ""}, {"name": "__quit_timeout_cb", "signature": "__quit_timeout_cb(self)", "docstring": ""}, {"name": "__select_option_cb", "signature": "__select_option_cb(self, button, event, option)", "docstring": ""}, {"name": "__close_request_cb", "signature": "__close_request_cb(self, widget, event)", "docstring": ""}, {"name": "do_get_property", "signature": "do_get_property(self, pspec)", "docstring": ""}, {"name": "ce", "signature": "ce(line_num)", "docstring": ""}, {"name": "test_attribute_mc_required_env", "signature": "test_attribute_mc_required_env(capsys)", "docstring": ""}, {"name": "test_attribute_mc_required_mc_force_env", "signature": "test_attribute_mc_required_mc_force_env(capsys)", "docstring": ""}, {"name": "test_attribute_mc_required_default", "signature": "test_attribute_mc_required_default(capsys)", "docstring": ""}, {"name": "test_attribute_mc_required_default_resolved_with_default_value_in_mc_init", "signature": "test_attribute_mc_required_default_resolved_with_default_value_in_mc_init(capsys)", "docstring": ""}, {"name": "test_attribute_mc_required_args_partial_set_in_init_overridden_in_with", "signature": "test_attribute_mc_required_args_partial_set_in_init_overridden_in_with()", "docstring": ""}, {"name": "test_attribute_mc_required_args_set_in_init_overridden_in_with", "signature": "test_attribute_mc_required_args_set_in_init_overridden_in_with()", "docstring": ""}, {"name": "test_attribute_mc_required_init_args_missing_previous_item", "signature": "test_attribute_mc_required_init_args_missing_previous_item(capsys)", "docstring": ""}, {"name": "config", "signature": "config(root)", "docstring": ""}, {"name": "config2", "signature": "config2(root)", "docstring": ""}, {"name": "mc_init", "signature": "mc_init(self)", "docstring": ""}, {"name": "config0", "signature": "config0(root)", "docstring": ""}, {"name": "nextRange", "signature": "nextRange(length)", "docstring": ""}, {"name": "test01_getslice", "signature": "test01_getslice(self)", "docstring": "Slice retrieval"}, {"name": "test02_setslice", "signature": "test02_setslice(self)", "docstring": "Slice assignment"}, {"name": "test03_delslice", "signature": "test03_delslice(self)", "docstring": "Delete slice"}, {"name": "test04_get_set_del_single", "signature": "test04_get_set_del_single(self)", "docstring": "Get/set/delete single item"}, {"name": "test05_out_of_range_exceptions", "signature": "test05_out_of_range_exceptions(self)", "docstring": "Out of range exceptions"}, {"name": "test06_list_methods", "signature": "test06_list_methods(self)", "docstring": "List methods"}, {"name": "test07_allowed_types", "signature": "test07_allowed_types(self)", "docstring": "Type-restricted list"}, {"name": "test08_min_length", "signature": "test08_min_length(self)", "docstring": "Length limits"}, {"name": "test09_iterable_check", "signature": "test09_iterable_check(self)", "docstring": "Error on assigning non-iterable to slice"}, {"name": "test10_checkindex", "signature": "test10_checkindex(self)", "docstring": "Index check"}, {"name": "test_12_arithmetic", "signature": "test_12_arithmetic(self)", "docstring": "Arithmetic"}, {"name": "delfcn", "signature": "delfcn(x, i)", "docstring": ""}, {"name": "popfcn", "signature": "popfcn(x, i)", "docstring": ""}, {"name": "indexfcn", "signature": "indexfcn(x, v)", "docstring": ""}, {"name": "setfcn", "signature": "setfcn(x, i)", "docstring": ""}, {"name": "test_reraise", "signature": "test_reraise(self)", "docstring": ""}, {"name": "test_finally_reraise", "signature": "test_finally_reraise(self)", "docstring": ""}, {"name": "test_nested_reraise", "signature": "test_nested_reraise(self)", "docstring": ""}, {"name": "test_with_reraise1", "signature": "test_with_reraise1(self)", "docstring": ""}, {"name": "test_yield_reraise", "signature": "test_yield_reraise(self)", "docstring": ""}, {"name": "test_new_returns_invalid_instance", "signature": "test_new_returns_invalid_instance(self)", "docstring": ""}, {"name": "test_c_exception_context", "signature": "test_c_exception_context(self)", "docstring": ""}, {"name": "test_3118", "signature": "test_3118(self)", "docstring": ""}, {"name": "test_tuples", "signature": "test_tuples(self)", "docstring": ""}, {"name": "reraise", "signature": "reraise()", "docstring": ""}, {"name": "transform", "signature": "transform(event)", "docstring": "Return a Dict or List of Dict Objects. Return None to discard "}, {"name": "x_dump_line", "signature": "x_dump_line(alist, stride, f, dpos, equal)", "docstring": ""}, {"name": "dump", "signature": "dump(self, DEBUG)", "docstring": ""}, {"name": "get_named_stream", "signature": "get_named_stream(self, qname)", "docstring": ""}, {"name": "test_2", "signature": "test_2(self)", "docstring": ""}, {"name": "test_1", "signature": "test_1(self)", "docstring": ""}, {"name": "test_gpaths", "signature": "test_gpaths(self)", "docstring": ""}, {"name": "test_get_shared_lib_extension", "signature": "test_get_shared_lib_extension(self)", "docstring": ""}, {"name": "cost", "signature": "cost(x, y, rx, ry)", "docstring": "Symmetric reconstruction cost.\n\nParameters\n----------\nx : tensor_like\n Theano symbolic representi"}, {"name": "expr", "signature": "expr(self, model, data)", "docstring": "Returns a theano expression for the cost function.\n\nReturns a symbolic expression for a cost functio"}, {"name": "test_not_handled", "signature": "test_not_handled(self)", "docstring": ""}, {"name": "test_get_kumoscale", "signature": "test_get_kumoscale(self, mock_get_info)", "docstring": ""}, {"name": "test_delete_volume_success", "signature": "test_delete_volume_success(self, mock_delete_volume)", "docstring": ""}, {"name": "test_delete_volume_exception", "signature": "test_delete_volume_exception(self, mock_delete_volume)", "docstring": ""}, {"name": "test_initialize_connection_host_probe_failure", "signature": "test_initialize_connection_host_probe_failure(self, mock_host_probe, mock_publish, mock_get_volumes_by_uuid, mock_get_targets, mock_get_backend_by_id)", "docstring": ""}, {"name": "test_initialize_connection_volumes_failure", "signature": "test_initialize_connection_volumes_failure(self, mock_host_probe, mock_publish, mock_get_volumes_by_uuid, mock_get_targets, mock_get_backend_by_id)", "docstring": ""}, {"name": "test_initialize_connection_volumes_exception", "signature": "test_initialize_connection_volumes_exception(self, mock_host_probe, mock_publish, mock_get_volumes_by_uuid, mock_get_targets, mock_get_backend_by_id)", "docstring": ""}, {"name": "test_initialize_connection_backend_failure", "signature": "test_initialize_connection_backend_failure(self, mock_host_probe, mock_publish, mock_get_volumes_by_uuid, mock_get_targets, mock_get_backend_by_id)", "docstring": ""}, {"name": "test_initialize_connection_no_backend", "signature": "test_initialize_connection_no_backend(self, mock_host_probe, mock_publish, mock_get_volumes_by_uuid, mock_get_targets, mock_get_backend_by_id)", "docstring": ""}, {"name": "test_get_volume_stats_tenants_failure", "signature": "test_get_volume_stats_tenants_failure(self, mock_get_tenants)", "docstring": ""}, {"name": "test_create_snapshot_success", "signature": "test_create_snapshot_success(self, mock_create_snapshot)", "docstring": ""}, {"name": "test_delete_snapshot_success", "signature": "test_delete_snapshot_success(self, mock_delete_snapshot)", "docstring": ""}, {"name": "test_delete_snapshot_exception", "signature": "test_delete_snapshot_exception(self, mock_delete_snapshot)", "docstring": ""}, {"name": "test_create_cloned_volume_exception", "signature": "test_create_cloned_volume_exception(self, mock_clone_volume)", "docstring": ""}, {"name": "test_convert_host_name", "signature": "test_convert_host_name(self)", "docstring": ""}, {"name": "test_ensure_export", "signature": "test_ensure_export(self)", "docstring": ""}, {"name": "captured", "signature": "captured(self)", "docstring": ""}, {"name": "get_bader_volumes", "signature": "get_bader_volumes(self)", "docstring": "return volumes in Ang**3"}, {"name": "write_atom_volume", "signature": "write_atom_volume(self, atomlist)", "docstring": "write bader atom volumes to cube files.\natomlist = [0,2] #for example\n\n-p sel_atom Write the selecte"}, {"name": "write_bader_volume", "signature": "write_bader_volume(self, atomlist)", "docstring": "write bader atom volumes to cube files.\n\n::\n\n atomlist = [0,2] # for example\n \n-p sel_bader Write"}, {"name": "write_atom_index", "signature": "write_atom_index(self)", "docstring": "-p atom_index Write the atomic volume index to a charge\ndensity file."}, {"name": "write_bader_index", "signature": "write_bader_index(self)", "docstring": "-p bader_index Write the Bader volume index to a charge\ndensity file."}, {"name": "write_all_atom", "signature": "write_all_atom(self)", "docstring": "-p all_atom Combine all volumes associated with an atom and\nwrite to file. This is done for all atom"}, {"name": "write_all_bader", "signature": "write_all_bader(self)", "docstring": "-p all_bader Write all Bader volumes (containing charge above\nthreshold of 0.0001) to a file. The ch"}, {"name": "staff_grading_service", "signature": "staff_grading_service()", "docstring": "Return a staff grading service instance--if settings.MOCK_STAFF_GRADING is True,\nreturns a mock one,"}, {"name": "get_next", "signature": "get_next(request, course_id)", "docstring": "Get the next thing to grade for course_id and with the location specified\nin the request.\n\nReturns a"}, {"name": "get_problem_list", "signature": "get_problem_list(request, course_id)", "docstring": "Get all the problems for the given course id\n\nReturns a json dict with the following keys:\n succe"}, {"name": "save_grade", "signature": "save_grade(request, course_id)", "docstring": "Save the grade and feedback for a submission, and, if all goes well, return\nthe next thing to grade."}, {"name": "get_notifications", "signature": "get_notifications(self, course_id)", "docstring": ""}, {"name": "schedule_create_share", "signature": "schedule_create_share(self, context, request_spec, filter_properties)", "docstring": "Picks a host that is up at random."}, {"name": "set_markup", "signature": "set_markup(self, markup)", "docstring": ""}, {"name": "set_font_description", "signature": "set_font_description(self, font_desc)", "docstring": ""}, {"name": "set_wrap", "signature": "set_wrap(self, wrap_mode)", "docstring": ""}, {"name": "get_cursor_pos", "signature": "get_cursor_pos(self, index)", "docstring": ""}, {"name": "get_extents", "signature": "get_extents(self)", "docstring": ""}, {"name": "set_allocation", "signature": "set_allocation(self, x, y, w, h)", "docstring": ""}, {"name": "reset_attrs", "signature": "reset_attrs(self)", "docstring": ""}, {"name": "is_max", "signature": "is_max(self, cursor)", "docstring": ""}, {"name": "switch", "signature": "switch(self, cursor)", "docstring": ""}, {"name": "same_line", "signature": "same_line(self, cursor)", "docstring": ""}, {"name": "get_current_line", "signature": "get_current_line(self)", "docstring": ""}, {"name": "get_current_word", "signature": "get_current_word(self)", "docstring": ""}, {"name": "min", "signature": "min(self)", "docstring": ""}, {"name": "max", "signature": "max(self)", "docstring": ""}, {"name": "append_paragraph", "signature": "append_paragraph(self, p, vspacing)", "docstring": ""}, {"name": "select_all", "signature": "select_all(self)", "docstring": ""}, {"name": "finished", "signature": "finished(self)", "docstring": ""}, {"name": "post", "signature": "post(self)", "docstring": "Updates the status of a machine that failed with initialization."}, {"name": "getOrSet", "signature": "getOrSet(self, key, func)", "docstring": ""}, {"name": "reset", "signature": "reset(self, data)", "docstring": ""}, {"name": "readATN", "signature": "readATN(self)", "docstring": ""}, {"name": "readSets", "signature": "readSets(self, atn, sets, readUnicode)", "docstring": ""}, {"name": "readEdges", "signature": "readEdges(self, atn, sets)", "docstring": ""}, {"name": "readDecisions", "signature": "readDecisions(self, atn)", "docstring": ""}, {"name": "generateRuleBypassTransition", "signature": "generateRuleBypassTransition(self, atn, idx)", "docstring": ""}, {"name": "readInt", "signature": "readInt(self)", "docstring": ""}, {"name": "readInt32", "signature": "readInt32(self)", "docstring": ""}, {"name": "readUUID", "signature": "readUUID(self)", "docstring": ""}, {"name": "adjust", "signature": "adjust(c)", "docstring": ""}, {"name": "info", "signature": "info()", "docstring": ""}, {"name": "estimate", "signature": "estimate()", "docstring": ""}, {"name": "render", "signature": "render(self, name, value, attrs)", "docstring": ""}, {"name": "__unicode__", "signature": "__unicode__(self)", "docstring": ""}, {"name": "get_results", "signature": "get_results(results)", "docstring": "Returns a tuple of the value scored, possible, and a list of messages\nin the result set."}, {"name": "new_nc_file", "signature": "new_nc_file(self)", "docstring": "Make a new temporary netCDF file for the scope of the test"}, {"name": "test_coord_data_vars", "signature": "test_coord_data_vars(self)", "docstring": "Check that coordinate data variables are properly handled"}, {"name": "load_dataset", "signature": "load_dataset(self, nc_dataset)", "docstring": "Return a loaded NC Dataset for the given path"}, {"name": "test_check_data_types", "signature": "test_check_data_types(self)", "docstring": "Invoke check_data_types() and loop through all variables to check data\ntypes. Pertains to 2.2. The n"}, {"name": "test_check_child_attr_data_types", "signature": "test_check_child_attr_data_types(self)", "docstring": "Tests check_child_attr_data_types() to ensure the attributes specified in Section 2.5.1\nhave a match"}, {"name": "test_naming_conventions", "signature": "test_naming_conventions(self)", "docstring": "Section 2.3 Naming Conventions\n\nVariable, dimension and attr names should begin with a letter and be"}, {"name": "test_check_names_unique", "signature": "test_check_names_unique(self)", "docstring": "2.3 names should not be distinguished purely by case, i.e., if case is disregarded, no two names sho"}, {"name": "test_check_dimension_names", "signature": "test_check_dimension_names(self)", "docstring": "2.4 A variable may have any number of dimensions, including zero, and the dimensions must all have d"}, {"name": "test_check_dimension_order", "signature": "test_check_dimension_order(self)", "docstring": "2.4 If any or all of the dimensions of a variable have the interpretations of \"date or time\" (T), \"h"}, {"name": "test_check_fill_value_outside_valid_range", "signature": "test_check_fill_value_outside_valid_range(self)", "docstring": "2.5.1 The _FillValue should be outside the range specified by valid_range (if used) for a variable."}, {"name": "test_check_conventions_are_cf_16", "signature": "test_check_conventions_are_cf_16(self)", "docstring": "\u00a72.6.1 the NUG defined global attribute Conventions to the string value\n\"CF-1.6\""}, {"name": "test_check_convention_globals", "signature": "test_check_convention_globals(self)", "docstring": "Load up a dataset and ensure title and history global attrs are checked\nproperly (\u00a72.6.2)."}, {"name": "test_check_convention_possibly_var_attrs", "signature": "test_check_convention_possibly_var_attrs(self)", "docstring": "\u00a72.6.2 The units attribute is required for all variables that represent dimensional quantities\n(exce"}, {"name": "test_check_standard_name", "signature": "test_check_standard_name(self)", "docstring": "3.3 A standard name is associated with a variable via the attribute standard_name which takes a\nstri"}, {"name": "test_cell_measures", "signature": "test_cell_measures(self)", "docstring": ""}, {"name": "test_climatology_cell_methods", "signature": "test_climatology_cell_methods(self)", "docstring": "Checks that climatology cell_methods strings are properly validated"}, {"name": "test_check_ancillary_variables", "signature": "test_check_ancillary_variables(self)", "docstring": "Test to ensure that ancillary variables are properly checked"}, {"name": "test_download_standard_name_table", "signature": "test_download_standard_name_table(self)", "docstring": "Test that a user can download a specific standard name table"}, {"name": "test_bad_standard_name_table", "signature": "test_bad_standard_name_table(self)", "docstring": "Test that failure in case a bad standard name table is passed."}, {"name": "test_check_flags", "signature": "test_check_flags(self)", "docstring": "Test that the check for flags works as expected."}, {"name": "test_check_flag_masks", "signature": "test_check_flag_masks(self)", "docstring": ""}, {"name": "test_check_bad_units", "signature": "test_check_bad_units(self)", "docstring": "Load a dataset with units that are expected to fail (bad_units.nc).\nThere are 6 variables in this da"}, {"name": "test_latitude", "signature": "test_latitude(self)", "docstring": "Section 4.1 Latitude Coordinate"}, {"name": "test_longitude", "signature": "test_longitude(self)", "docstring": "Section 4.2 Longitude Coordinate"}, {"name": "test_is_vertical_coordinate", "signature": "test_is_vertical_coordinate(self)", "docstring": "Section 4.3 Qualifiers for Vertical Coordinate\n\nNOTE: The standard doesn't explicitly say that verti"}, {"name": "test_vertical_dimension", "signature": "test_vertical_dimension(self)", "docstring": "Section 4.3.1 Dimensional Vertical Coordinate"}, {"name": "test_appendix_d", "signature": "test_appendix_d(self)", "docstring": "CF 1.6\nAppendix D\nThe definitions given here allow an application to compute dimensional\ncoordinate "}, {"name": "test_dimensionless_vertical", "signature": "test_dimensionless_vertical(self)", "docstring": "Section 4.3.2"}, {"name": "test_is_time_variable", "signature": "test_is_time_variable(self)", "docstring": ""}, {"name": "test_dimensionless_standard_names", "signature": "test_dimensionless_standard_names(self)", "docstring": "Check that dimensionless standard names are properly detected"}, {"name": "test_check_calendar", "signature": "test_check_calendar(self)", "docstring": "Load a dataset with an invalid calendar attribute (non-comp/bad.nc).\nThis dataset has a variable, \"t"}, {"name": "test_check_two_dimensional", "signature": "test_check_two_dimensional(self)", "docstring": ""}, {"name": "test_is_geophysical", "signature": "test_is_geophysical(self)", "docstring": ""}, {"name": "test_check_attr_type", "signature": "test_check_attr_type(self)", "docstring": "Check that the check_attr_type method checks\ngrid_mapping attribute types correctly."}, {"name": "test_check_grid_mapping_attr_condition", "signature": "test_check_grid_mapping_attr_condition(self)", "docstring": "Ensure the check_grid_mapping_attr_condition() method works as expected."}, {"name": "test_compress_packed", "signature": "test_compress_packed(self)", "docstring": "Tests compressed indexed coordinates"}, {"name": "test_featureType_is_case_insensitive", "signature": "test_featureType_is_case_insensitive(self)", "docstring": "Tests that the featureType attribute is case insensitive"}, {"name": "test_check_units", "signature": "test_check_units(self)", "docstring": "Ensure that container variables are not checked for units but geophysical variables are"}, {"name": "test_check_duplicates", "signature": "test_check_duplicates(self)", "docstring": "Test to verify that the check identifies duplicate axes. Load the\nduplicate_axis.nc dataset and veri"}, {"name": "test_check_multi_dimensional_coords", "signature": "test_check_multi_dimensional_coords(self)", "docstring": "Test to verify that multi dimensional coordinates are checked for\nsharing names with dimensions"}, {"name": "test_variable_feature_check", "signature": "test_variable_feature_check(self)", "docstring": ""}, {"name": "test_check_cell_methods", "signature": "test_check_cell_methods(self)", "docstring": "Load a dataset (climatology.nc) and check the cell methods.\nThis dataset has variable \"temperature\" "}, {"name": "test_temporal_unit_conversion", "signature": "test_temporal_unit_conversion(self)", "docstring": ""}, {"name": "test_check_actual_range", "signature": "test_check_actual_range(self)", "docstring": "Test the check_actual_range method works as expected"}, {"name": "test_check_cell_boundaries", "signature": "test_check_cell_boundaries(self)", "docstring": "Check our over-ridden check_cell_boundaries emthod behaves as expected"}, {"name": "test_check_grid_mapping_crs_wkt", "signature": "test_check_grid_mapping_crs_wkt(self)", "docstring": ""}, {"name": "test_check_grid_mapping_coordinates", "signature": "test_check_grid_mapping_coordinates(self)", "docstring": "Checks that coordinates variables referred to by a grid mapping\nare well-formed and exist."}, {"name": "test_check_grid_mapping_vert_datum_geoid_name", "signature": "test_check_grid_mapping_vert_datum_geoid_name(self)", "docstring": "Checks that geoid_name works proerly"}, {"name": "test_check_conventions_are_cf_1_7", "signature": "test_check_conventions_are_cf_1_7(self)", "docstring": "Ensure the check_conventions_are_cf_1_7() check works as expected"}, {"name": "test_check_dimensionless_vertical_coordinate_1_7", "signature": "test_check_dimensionless_vertical_coordinate_1_7(self)", "docstring": "Unit test for _check_dimensionless_vertical_coordinate_1_7 method."}, {"name": "test_check_gmattr_existence_condition_ell_pmerid_hdatum", "signature": "test_check_gmattr_existence_condition_ell_pmerid_hdatum(self)", "docstring": ""}, {"name": "test_update_concept_with_invalid_record", "signature": "test_update_concept_with_invalid_record(self)", "docstring": ""}, {"name": "test_import_concepts_into_openmrs_validated_source_with_valid_records", "signature": "test_import_concepts_into_openmrs_validated_source_with_valid_records(self)", "docstring": ""}, {"name": "test_import_job_for_one_invalid_record", "signature": "test_import_job_for_one_invalid_record(self)", "docstring": ""}, {"name": "test_import_job_for_change_in_data", "signature": "test_import_job_for_change_in_data(self)", "docstring": ""}, {"name": "testReadFirstIdsFromFile", "signature": "testReadFirstIdsFromFile(self)", "docstring": ""}, {"name": "testElsiness", "signature": "testElsiness(self)", "docstring": ""}, {"name": "testIfBadChildrenNesting", "signature": "testIfBadChildrenNesting(self)", "docstring": ""}, {"name": "test_process_404", "signature": "test_process_404(self)", "docstring": "A 404 should not trigger anything"}, {"name": "test_redirect_exceptions", "signature": "test_redirect_exceptions(self)", "docstring": "Unit tests for handling of Redirect exceptions."}, {"name": "send", "signature": "send(self, auto_commit, raise_exception)", "docstring": "Create communication for partner, if not already existing.\n "}, {"name": "install", "signature": "install(self, spec, prefix)", "docstring": ""}, {"name": "create_config", "signature": "create_config()", "docstring": ""}, {"name": "test_api_init", "signature": "test_api_init(self)", "docstring": "The default interface will only initialize the app name and payload."}, {"name": "test_api_issue_payload", "signature": "test_api_issue_payload(self)", "docstring": "If the payload is related to an issue (or an issue comment in an issue/PR),\nthen this should've init"}, {"name": "test_api_pr_payload", "signature": "test_api_pr_payload(self)", "docstring": "If the payload is related to a PR, then the commonly used PR attributes\nshould've been initialized."}, {"name": "test_api_other_events", "signature": "test_api_other_events(self)", "docstring": "Test for payload belonging to other events such as comment, label, etc."}, {"name": "test_api_imgur_upload", "signature": "test_api_imgur_upload(self)", "docstring": "Test Imgur API upload"}, {"name": "test_contributors_update", "signature": "test_contributors_update(self)", "docstring": "Contributors list (cache) live only for an hour (by default). Once it's outdated,\nthe next call to `"}, {"name": "fetch_contributors", "signature": "fetch_contributors(self)", "docstring": ""}, {"name": "get_group_visibility_label", "signature": "get_group_visibility_label(self)", "docstring": "Returns the group visibility label shown for the thread."}, {"name": "get_response_total_text", "signature": "get_response_total_text(self)", "docstring": "Returns the response count text, or None if not present"}, {"name": "get_num_displayed_responses", "signature": "get_num_displayed_responses(self)", "docstring": "Returns the number of responses actually rendered"}, {"name": "get_shown_responses_text", "signature": "get_shown_responses_text(self)", "docstring": "Returns the shown response count text, or None if not present"}, {"name": "get_load_responses_button_text", "signature": "get_load_responses_button_text(self)", "docstring": "Returns the load more responses button text, or None if not present"}, {"name": "load_more_responses", "signature": "load_more_responses(self)", "docstring": "Clicks the load more responses button and waits for responses to load"}, {"name": "has_add_response_button", "signature": "has_add_response_button(self)", "docstring": "Returns true if the add response button is visible, false otherwise"}, {"name": "click_add_response_button", "signature": "click_add_response_button(self)", "docstring": "Clicks the add response button and ensures that the response text\nfield receives focus"}, {"name": "is_response_editor_visible", "signature": "is_response_editor_visible(self, response_id)", "docstring": "Returns true if the response editor is present, false otherwise"}, {"name": "is_response_visible", "signature": "is_response_visible(self, comment_id)", "docstring": "Returns true if the response is viewable onscreen"}, {"name": "is_response_editable", "signature": "is_response_editable(self, response_id)", "docstring": "Returns true if the edit response button is present, false otherwise"}, {"name": "start_response_edit", "signature": "start_response_edit(self, response_id)", "docstring": "Click the edit button for the response, loading the editing view"}, {"name": "get_link_href", "signature": "get_link_href(self)", "docstring": "Extracts href attribute of the referenced link"}, {"name": "is_response_endorsed", "signature": "is_response_endorsed(self, response_id)", "docstring": ""}, {"name": "endorse_response", "signature": "endorse_response(self, response_id)", "docstring": ""}, {"name": "set_response_editor_value", "signature": "set_response_editor_value(self, response_id, new_body)", "docstring": "Replace the contents of the response editor"}, {"name": "submit_response_edit", "signature": "submit_response_edit(self, response_id, new_response_body)", "docstring": "Click the submit button on the response editor"}, {"name": "is_show_comments_visible", "signature": "is_show_comments_visible(self, response_id)", "docstring": "Returns true if the \"show comments\" link is visible for a response"}, {"name": "show_comments", "signature": "show_comments(self, response_id)", "docstring": "Click the \"show comments\" link for a response"}, {"name": "is_add_comment_visible", "signature": "is_add_comment_visible(self, response_id)", "docstring": "Returns true if the \"add comment\" form is visible for a response"}, {"name": "is_comment_visible", "signature": "is_comment_visible(self, comment_id)", "docstring": "Returns true if the comment is viewable onscreen"}, {"name": "is_comment_deletable", "signature": "is_comment_deletable(self, comment_id)", "docstring": "Returns true if the delete comment button is present, false otherwise"}, {"name": "is_comment_editable", "signature": "is_comment_editable(self, comment_id)", "docstring": "Returns true if the edit comment button is present, false otherwise"}, {"name": "is_comment_editor_visible", "signature": "is_comment_editor_visible(self, comment_id)", "docstring": "Returns true if the comment editor is present, false otherwise"}, {"name": "start_comment_edit", "signature": "start_comment_edit(self, comment_id)", "docstring": "Click the edit button for the comment, loading the editing view"}, {"name": "set_comment_editor_value", "signature": "set_comment_editor_value(self, comment_id, new_body)", "docstring": "Replace the contents of the comment editor"}, {"name": "submit_comment_edit", "signature": "submit_comment_edit(self, comment_id, new_comment_body)", "docstring": "Click the submit button on the comment editor"}, {"name": "cancel_comment_edit", "signature": "cancel_comment_edit(self, comment_id, original_body)", "docstring": "Click the cancel button on the comment editor"}, {"name": "is_browser_on_page", "signature": "is_browser_on_page(self)", "docstring": "Return true if the browser is on the right page else false."}, {"name": "get_selected_sort_preference", "signature": "get_selected_sort_preference(self)", "docstring": "Return the text of option that is selected for sorting."}, {"name": "change_sort_preference", "signature": "change_sort_preference(self, sort_by)", "docstring": "Change the option of sorting by clicking on new option."}, {"name": "refresh_page", "signature": "refresh_page(self)", "docstring": "Reload the page."}, {"name": "is_window_on_top", "signature": "is_window_on_top(self)", "docstring": "Check if window's scroll is at top"}, {"name": "click_and_open_thread", "signature": "click_and_open_thread(self, thread_id)", "docstring": "Click specific thread on the list."}, {"name": "check_threads_rendered_successfully", "signature": "check_threads_rendered_successfully(self, thread_count)", "docstring": "Count the number of threads available on page."}, {"name": "check_window_is_on_top", "signature": "check_window_is_on_top(self)", "docstring": "Check window is on top of the page"}, {"name": "is_discussion_expanded", "signature": "is_discussion_expanded(self)", "docstring": ""}, {"name": "expand_discussion", "signature": "expand_discussion(self)", "docstring": "Click the link to expand the discussion"}, {"name": "has_thread", "signature": "has_thread(self, thread_id)", "docstring": "Returns true if this page is showing the thread with the specified id."}, {"name": "element_exists", "signature": "element_exists(self, selector)", "docstring": ""}, {"name": "expand", "signature": "expand(self)", "docstring": "Clicks the link to expand the thread"}, {"name": "check_if_selector_is_focused", "signature": "check_if_selector_is_focused(self, selector)", "docstring": "Check if selector is focused"}, {"name": "get_current_page", "signature": "get_current_page(self)", "docstring": ""}, {"name": "dismiss_alert_message", "signature": "dismiss_alert_message(self, text)", "docstring": "dismiss any search alert message containing the specified text."}, {"name": "click_new_post_button", "signature": "click_new_post_button(self)", "docstring": "Clicks the 'New Post' button."}, {"name": "new_post_button", "signature": "new_post_button(self)", "docstring": "Returns the new post button."}, {"name": "new_post_form", "signature": "new_post_form(self)", "docstring": "Returns the new post form."}, {"name": "get_cols", "signature": "get_cols(self)", "docstring": ""}, {"name": "as_sql", "signature": "as_sql(self, qn, connection)", "docstring": ""}, {"name": "prepare_node", "signature": "prepare_node(self, node, query, allow_joins)", "docstring": ""}, {"name": "test_1_B", "signature": "test_1_B(self)", "docstring": ""}, {"name": "test_context", "signature": "test_context(self)", "docstring": "Verify learner profile page context data."}, {"name": "test_view", "signature": "test_view(self)", "docstring": "Verify learner profile page view."}, {"name": "test_undefined_profile_page", "signature": "test_undefined_profile_page(self)", "docstring": "Verify that a 404 is returned for a non-existent profile page."}, {"name": "applyStealShortcut", "signature": "applyStealShortcut(self)", "docstring": ""}, {"name": "clearShortcut", "signature": "clearShortcut(self)", "docstring": ""}, {"name": "isModifierlessAllowed", "signature": "isModifierlessAllowed(self)", "docstring": ""}, {"name": "setClearButtonsShown", "signature": "setClearButtonsShown(self)", "docstring": ""}, {"name": "setShortcut", "signature": "setShortcut(self)", "docstring": ""}, {"name": "test_set_vm_state_and_notify", "signature": "test_set_vm_state_and_notify(self, mock_save, mock_add, mock_get)", "docstring": ""}, {"name": "test_populate_filter_props_no_retry", "signature": "test_populate_filter_props_no_retry(self)", "docstring": ""}, {"name": "test_setup_instance_group_with_no_group", "signature": "test_setup_instance_group_with_no_group(self, mock_ggd)", "docstring": ""}, {"name": "test_setup_instance_group_with_filter_not_configured", "signature": "test_setup_instance_group_with_filter_not_configured(self, mock_ggd)", "docstring": ""}, {"name": "setData", "signature": "setData(self, smartObject)", "docstring": "Sets the current object data, schema information and initializes\nthe attribute box and wizard button"}, {"name": "processData", "signature": "processData(self)", "docstring": "Compute all attributes which can be added according to the data of\nthe object. Single values which a"}, {"name": "initClassPage", "signature": "initClassPage(self)", "docstring": ""}, {"name": "assert_dump_recorded", "signature": "assert_dump_recorded(self, order)", "docstring": "Verify that this order does have a dump of information from the\npayment processor."}, {"name": "test_process_payment_raises_exception", "signature": "test_process_payment_raises_exception(self, purchased_callback)", "docstring": ""}, {"name": "test_process_payment_invalid_order", "signature": "test_process_payment_invalid_order(self)", "docstring": ""}, {"name": "test_process_user_cancelled", "signature": "test_process_user_cancelled(self)", "docstring": ""}, {"name": "test_process_missing_parameters", "signature": "test_process_missing_parameters(self, missing_param)", "docstring": ""}, {"name": "test_get_processor_exception_html", "signature": "test_get_processor_exception_html(self, error_string)", "docstring": "Tests the processor exception html message"}, {"name": "cleanup", "signature": "cleanup(self)", "docstring": "These users are not managed by Rally, so don't touch them."}, {"name": "log", "signature": "log(txt, loglevel)", "docstring": ""}, {"name": "getDimValue", "signature": "getDimValue()", "docstring": ""}, {"name": "combine_sents", "signature": "combine_sents(sent_set)", "docstring": "parameter: sent_set ==> 2D sentences set\n ==> type: list[list[list]]\n\nreturn: sen"}, {"name": "shuffle_index", "signature": "shuffle_index(length_of_indices_ls)", "docstring": "----------\nparameter: \n----------\nlength_of_indices_ls: type = int \n\n----------\nreturn: \n----------\n"}, {"name": "padding", "signature": "padding(batch_input_list)", "docstring": "----------\nparameter: \n----------\nbatch_input_list: type = list(list) \n\n----------\nreturn: \n--------"}, {"name": "mask_generator", "signature": "mask_generator(indices_matrix)", "docstring": "----------\nparameter: \n----------\nindices_matrix: type = list[list] \n\n----------\nreturn: \n----------"}, {"name": "mlp_mask_generator", "signature": "mlp_mask_generator(indices_matrix, wemb_size)", "docstring": "----------\nparameter: \n----------\nindices_matrix: type = list[list] \n\n----------\nreturn: \n----------"}, {"name": "fake_input_generator", "signature": "fake_input_generator(max_index, batch_number, length_range)", "docstring": "----------\nparameter: \n----------\nmax_index: type = int \nbatch_number: type = int \nlength_range: tup"}, {"name": "paint", "signature": "paint(self, painter, option, widget)", "docstring": ""}, {"name": "mouseMoveEvent", "signature": "mouseMoveEvent(self, event)", "docstring": ""}, {"name": "elapsed", "signature": "elapsed(self)", "docstring": ""}, {"name": "remaining", "signature": "remaining(self)", "docstring": ""}, {"name": "goto", "signature": "goto(self, index)", "docstring": ""}, {"name": "iter", "signature": "iter(self, it)", "docstring": ""}, {"name": "standard_tensorboard_wsgi", "signature": "standard_tensorboard_wsgi(logdir, purge_orphaned_data, reload_interval, plugins)", "docstring": "Construct a TensorBoardWSGIApp with standard plugins and multiplexer.\n\nArgs:\n logdir: The path to t"}, {"name": "parse_event_files_spec", "signature": "parse_event_files_spec(logdir)", "docstring": "Parses `logdir` into a map from paths to run group names.\n\nThe events files flag format is a comma-s"}, {"name": "reload_multiplexer", "signature": "reload_multiplexer(multiplexer, path_to_run)", "docstring": "Loads all runs into the multiplexer.\n\nArgs:\n multiplexer: The `EventMultiplexer` to add runs to and"}, {"name": "start_reloading_multiplexer", "signature": "start_reloading_multiplexer(multiplexer, path_to_run, load_interval)", "docstring": "Starts a thread to automatically reload the given multiplexer.\n\nThe thread will reload the multiplex"}, {"name": "get_tensorboard_tag", "signature": "get_tensorboard_tag()", "docstring": "Read the TensorBoard TAG number, and return it or an empty string."}, {"name": "plot", "signature": "plot(self, filename)", "docstring": ""}, {"name": "test_inherited_models_content_type", "signature": "test_inherited_models_content_type(self)", "docstring": "Test that GenericRelations on inherited classes use the correct content\ntype."}, {"name": "test_reverse_relation_pk", "signature": "test_reverse_relation_pk(self)", "docstring": "Test that the correct column name is used for the primary key on the\noriginating model of a query. "}, {"name": "test_q_object_or", "signature": "test_q_object_or(self)", "docstring": "Tests that SQL query parameters for generic relations are properly\ngrouped when OR is used.\n\nTest fo"}, {"name": "test_generic_relation_ordering", "signature": "test_generic_relation_ordering(self)", "docstring": "Test that ordering over a generic relation does not include extraneous\nduplicate results, nor exclud"}, {"name": "test_target_model_is_unsaved", "signature": "test_target_model_is_unsaved(self)", "docstring": "Test related to #13085"}, {"name": "test_target_model_len_zero", "signature": "test_target_model_len_zero(self)", "docstring": "Test for #13085 -- __len__() returns 0"}, {"name": "test_target_model_nonzero_false", "signature": "test_target_model_nonzero_false(self)", "docstring": "Test related to #13085"}, {"name": "test_gfk_to_model_with_empty_pk", "signature": "test_gfk_to_model_with_empty_pk(self)", "docstring": "Test related to #13085"}, {"name": "test_ticket_20378", "signature": "test_ticket_20378(self)", "docstring": ""}, {"name": "count_places", "signature": "count_places(place)", "docstring": ""}, {"name": "iterPcapFile", "signature": "iterPcapFile(fd, reuse)", "docstring": "Figure out if it's a tcpdump format, or pcapng"}, {"name": "pcb_optsize", "signature": "pcb_optsize(self)", "docstring": ""}, {"name": "vsParse", "signature": "vsParse(self, bytez, offset)", "docstring": "We need the tsresol value to adjust timestamp values, so pull it\nout here"}, {"name": "setPcapTimestamp", "signature": "setPcapTimestamp(self, idb)", "docstring": "Adds a libpcap compatible tvsec and tvusec fields, based on the pcapng timestamp"}, {"name": "test_suite", "signature": "test_suite()", "docstring": ""}, {"name": "test_taggedValues", "signature": "test_taggedValues(self)", "docstring": "Test that we can update tagged values of more than one element\n "}, {"name": "test_mysql_list_esc", "signature": "test_mysql_list_esc()", "docstring": ""}, {"name": "test_mysql_list_compare_with_none", "signature": "test_mysql_list_compare_with_none()", "docstring": ""}, {"name": "setup_logging", "signature": "setup_logging()", "docstring": "Configure logging module for rotating logs and console output"}, {"name": "login", "signature": "login(self)", "docstring": "Start a new reddit session"}, {"name": "get_requests", "signature": "get_requests(self)", "docstring": "Fetch and return all new PMs matching configured subject"}, {"name": "process_request", "signature": "process_request(self, subreddit, msg)", "docstring": "Read flair request message and set if possible"}, {"name": "get_wiki_page", "signature": "get_wiki_page(self, subreddit)", "docstring": ""}, {"name": "test_rol_x86_64", "signature": "test_rol_x86_64()", "docstring": ""}, {"name": "output", "signature": "output(self)", "docstring": "Returns the target output for this task.\nIn this case, a successful execution of this task will crea"}, {"name": "requires", "signature": "requires(self)", "docstring": "This task's dependencies:\n\n* :py:class:`~.FakeDocuments`\n\n:return: object (:py:class:`luigi.task.Tas"}, {"name": "key_index", "signature": "key_index(self, key)", "docstring": "Accepts a parameter, :key:, and returns an integer value\nrepresenting its index in the ordered list "}, {"name": "insert", "signature": "insert(self, key, value, index)", "docstring": "Accepts a :key:, :value:, and :index: parameter and inserts\na new key, value member at the desired i"}, {"name": "reorder_keys", "signature": "reorder_keys(self, keys)", "docstring": "Accepts a :keys: parameter, an iterable of keys in the\ndesired new order. The :keys: parameter must "}, {"name": "keys", "signature": "keys(self)", "docstring": "Return a copy of the _keys list instead of iterating over it as the MutableMapping does by default.\n"}, {"name": "test_get_default_password_validators", "signature": "test_get_default_password_validators(self)", "docstring": ""}, {"name": "test_help_text", "signature": "test_help_text(self)", "docstring": ""}, {"name": "test_validate", "signature": "test_validate(self)", "docstring": ""}, {"name": "test_ascii_validator", "signature": "test_ascii_validator(self)", "docstring": ""}, {"name": "poll_and_publish", "signature": "poll_and_publish(self)", "docstring": "Polling counter and publish into pipeline."}, {"name": "create_polling_task", "signature": "create_polling_task(self)", "docstring": "Create an empty polling task."}, {"name": "setup_polling_tasks", "signature": "setup_polling_tasks(self)", "docstring": ""}, {"name": "initialize_service_hook", "signature": "initialize_service_hook(self, service)", "docstring": ""}, {"name": "interval_task", "signature": "interval_task(self, task)", "docstring": ""}, {"name": "makeStatefulDispatcher", "signature": "makeStatefulDispatcher(name, template)", "docstring": "Given a I{dispatch} name and a function, return a function which can be\nused as a method and which, "}, {"name": "switchToBodyMode", "signature": "switchToBodyMode(self, decoder)", "docstring": "Switch to body parsing mode - interpret any more bytes delivered as\npart of the message body and del"}, {"name": "lineReceived", "signature": "lineReceived(self, line)", "docstring": "Handle one line from a response."}, {"name": "rawDataReceived", "signature": "rawDataReceived(self, data)", "docstring": "Pass data from the message body to the body decoder object."}, {"name": "isConnectionControlHeader", "signature": "isConnectionControlHeader(self, name)", "docstring": "Return C{True} if the given lower-cased name is the name of a\nconnection control header (rather than"}, {"name": "statusReceived", "signature": "statusReceived(self, status)", "docstring": "Callback invoked whenever the first line of a new message is received.\nOverride this.\n\n@param status"}, {"name": "headerReceived", "signature": "headerReceived(self, name, value)", "docstring": "Store the given header in C{self.headers}."}, {"name": "allHeadersReceived", "signature": "allHeadersReceived(self)", "docstring": "Callback invoked after the last header is passed to C{headerReceived}.\nOverride this to change to th"}, {"name": "dataReceived", "signature": "dataReceived(self, data)", "docstring": "Override so that we know if any response has been received."}, {"name": "parseVersion", "signature": "parseVersion(self, strversion)", "docstring": "Parse version strings of the form Protocol '/' Major '.' Minor. E.g.\n'HTTP/1.1'. Returns (protocol,"}, {"name": "writeTo", "signature": "writeTo(self, transport)", "docstring": "Format this L{Request} as an HTTP/1.1 request and write it to the given\ntransport. If bodyProducer "}, {"name": "stopWriting", "signature": "stopWriting(self)", "docstring": "Stop writing this request to the transport. This can only be called\nafter C{writeTo} and before the"}, {"name": "deliverBody", "signature": "deliverBody(self, protocol)", "docstring": "Dispatch the given L{IProtocol} depending of the current state of the\nresponse."}, {"name": "registerProducer", "signature": "registerProducer(self, producer, streaming)", "docstring": "Register the given producer with C{self.transport}."}, {"name": "unregisterProducer", "signature": "unregisterProducer(self)", "docstring": "Indicate that the request body is complete and finish the request."}, {"name": "stopProducing", "signature": "stopProducing(self)", "docstring": "Proxy the stoppage to the underlying producer, unless this proxy has\nbeen stopped."}, {"name": "resumeProducing", "signature": "resumeProducing(self)", "docstring": "Proxy the resumption to the underlying producer, unless this proxy has\nbeen stopped."}, {"name": "pauseProducing", "signature": "pauseProducing(self)", "docstring": "Proxy the pause to the underlying producer, unless this proxy has been\nstopped."}, {"name": "connectionLost", "signature": "connectionLost(self, reason)", "docstring": "The underlying transport went away. If appropriate, notify the parser\nobject."}, {"name": "abort", "signature": "abort(self)", "docstring": "Close the connection and cause all outstanding L{request} L{Deferred}s\nto fire with an error."}, {"name": "ebProduced", "signature": "ebProduced(err)", "docstring": ""}, {"name": "cancelRequest", "signature": "cancelRequest(ign)", "docstring": ""}, {"name": "get_form_kwargs", "signature": "get_form_kwargs(self, step)", "docstring": ""}, {"name": "test_form_kwargs", "signature": "test_form_kwargs(self)", "docstring": ""}, {"name": "test_init", "signature": "test_init(self)", "docstring": ""}, {"name": "main_func", "signature": "main_func(self, positions, iteration)", "docstring": ""}, {"name": "execfile_", "signature": "execfile_(fname)", "docstring": ""}, {"name": "bytes_to_str", "signature": "bytes_to_str(b)", "docstring": ""}, {"name": "wrap_error", "signature": "wrap_error(func)", "docstring": "Wrap socket.error, IOError, OSError, select.error to raise new specialized\nexceptions of Python 3.3 "}, {"name": "urlsplit", "signature": "urlsplit(url, scheme, allow_fragments)", "docstring": "Parse a URL into 5 components:\n:///?#\nReturn a 5-tuple: (sche"}, {"name": "judge_is_mac_same", "signature": "judge_is_mac_same(mac1, mac2)", "docstring": "Judge whether two macs are the same"}, {"name": "get_interface_type", "signature": "get_interface_type(interface)", "docstring": "Gets the type of interface, such as 10GE, ETH-TRUNK, VLANIF..."}, {"name": "check_config_if_same", "signature": "check_config_if_same(self)", "docstring": "Judge whether current config is the same as what we excepted"}, {"name": "check_macaddr", "signature": "check_macaddr(self)", "docstring": "Check mac-address whether valid"}, {"name": "check_params", "signature": "check_params(self)", "docstring": "Check all input params"}, {"name": "init_module", "signature": "init_module(self)", "docstring": "Init module object"}, {"name": "check_response", "signature": "check_response(self, xml_str, xml_name)", "docstring": "Check if response message is already succeed"}, {"name": "get_dldp_intf_exist_config", "signature": "get_dldp_intf_exist_config(self)", "docstring": "Get current dldp existed config"}, {"name": "config_intf_dldp", "signature": "config_intf_dldp(self)", "docstring": "Config global dldp"}, {"name": "get_existing", "signature": "get_existing(self)", "docstring": "Get existing info"}, {"name": "get_proposed", "signature": "get_proposed(self)", "docstring": "Get proposed result "}, {"name": "get_update_cmd", "signature": "get_update_cmd(self)", "docstring": "Get updatede commands"}, {"name": "get_end_state", "signature": "get_end_state(self)", "docstring": "Get end state info"}, {"name": "show_result", "signature": "show_result(self)", "docstring": "Show result"}, {"name": "work", "signature": "work(self)", "docstring": "Excute task"}, {"name": "halton", "signature": "halton(index, base)", "docstring": ""}, {"name": "floorToNearest", "signature": "floorToNearest(n, nearest)", "docstring": ""}, {"name": "getMultiplier", "signature": "getMultiplier(percent_complete, rad)", "docstring": ""}, {"name": "preload_check", "signature": "preload_check()", "docstring": "Raises an exception if the environment is not correctly configured.\n\nRaises:\n ImportError: If the c"}, {"name": "test_string_form_referencing", "signature": "test_string_form_referencing(self)", "docstring": "Regression test for #1661 and #1662\n\nString form referencing of models works, both as pre and post\nr"}, {"name": "test_unicode_chars_in_queries", "signature": "test_unicode_chars_in_queries(self)", "docstring": "Regression tests for #3937\n\nmake sure we can use unicode characters in queries.\nIf these tests fail "}, {"name": "test_queries_on_textfields", "signature": "test_queries_on_textfields(self)", "docstring": "Regression tests for #5087\n\nmake sure we can perform queries on TextFields."}, {"name": "test_ipaddress_on_postgresql", "signature": "test_ipaddress_on_postgresql(self)", "docstring": "Regression test for #708\n\n\"like\" queries on IP address fields require casting with HOST() (on Postgr"}, {"name": "test_assignement", "signature": "test_assignement(self)", "docstring": ""}, {"name": "test_assignement_and_remove", "signature": "test_assignement_and_remove(self)", "docstring": ""}, {"name": "test_get_for_object", "signature": "test_get_for_object(self)", "docstring": ""}, {"name": "test_assign_validation", "signature": "test_assign_validation(self)", "docstring": ""}, {"name": "test_unicode", "signature": "test_unicode(self)", "docstring": ""}, {"name": "test_has_perm_notauthed", "signature": "test_has_perm_notauthed(self)", "docstring": ""}, {"name": "test_has_perm_wrong_app", "signature": "test_has_perm_wrong_app(self)", "docstring": ""}, {"name": "test_error_classes", "signature": "test_error_classes(self)", "docstring": ""}, {"name": "blueprint_is_module", "signature": "blueprint_is_module(bp)", "docstring": "Used to figure out if something is actually a module"}, {"name": "test_running_build", "signature": "test_running_build(tmpdir, caplog, user_params, sources_dir, sources_dir_exists, sources_dir_empty, remote_dir, remote_dir_exists, remote_dir_empty, export_failed)", "docstring": "Test if proper result is returned and if plugin works"}, {"name": "test_failed_build", "signature": "test_failed_build(tmpdir, caplog, user_params)", "docstring": "Test if proper error state is returned when build inside build\ncontainer failed"}, {"name": "check_check_output", "signature": "check_check_output(args)", "docstring": ""}, {"name": "locate_oc_binary", "signature": "locate_oc_binary()", "docstring": "Find and return oc binary file "}, {"name": "separator", "signature": "separator(self)", "docstring": "getter method for separator "}, {"name": "yaml_dict", "signature": "yaml_dict(self)", "docstring": "getter method for yaml_dict "}, {"name": "parse_key", "signature": "parse_key(key, sep)", "docstring": "parse the key allowing the appropriate separator"}, {"name": "valid_key", "signature": "valid_key(key, sep)", "docstring": "validate the incoming key"}, {"name": "remove_entry", "signature": "remove_entry(data, key, sep)", "docstring": "remove data at location key "}, {"name": "add_entry", "signature": "add_entry(data, key, item, sep)", "docstring": "Get an item from a dictionary with key notation a.b.c\nd = {'a': {'b': 'c'}}}\nkey = a#b\nreturn c"}, {"name": "get_entry", "signature": "get_entry(data, key, sep)", "docstring": "Get an item from a dictionary with key notation a.b.c\nd = {'a': {'b': 'c'}}}\nkey = a.b\nreturn c"}, {"name": "read", "signature": "read(self)", "docstring": "read from file "}, {"name": "file_exists", "signature": "file_exists(self)", "docstring": "return whether file exists "}, {"name": "exists", "signature": "exists(self, path, value)", "docstring": "check if value exists at path"}, {"name": "append", "signature": "append(self, path, value)", "docstring": "append value to a list"}, {"name": "put", "signature": "put(self, path, value)", "docstring": "put path, value into a dict "}, {"name": "get_curr_value", "signature": "get_curr_value(invalue, val_type)", "docstring": "return the current value"}, {"name": "parse_value", "signature": "parse_value(inc_value, vtype)", "docstring": "determine value type passed"}, {"name": "process_edits", "signature": "process_edits(edits, yamlfile)", "docstring": "run through a list of edits and process them one-by-one"}, {"name": "run_ansible", "signature": "run_ansible(params)", "docstring": "perform the idempotent crud operations"}, {"name": "openshift_cmd", "signature": "openshift_cmd(self, cmd, oadm, output, output_type, input_data)", "docstring": "Base command for oc "}, {"name": "create_tmp_file_from_contents", "signature": "create_tmp_file_from_contents(rname, data, ftype)", "docstring": "create a file in tmp with name and contents"}, {"name": "create_tmpfile_copy", "signature": "create_tmpfile_copy(inc_file)", "docstring": "create a temporary copy of a file"}, {"name": "create_tmpfile", "signature": "create_tmpfile(prefix)", "docstring": "Generates and returns a temporary file name "}, {"name": "create_tmp_files_from_contents", "signature": "create_tmp_files_from_contents(content, content_type)", "docstring": "Turn an array of dict: filename, content into a files array"}, {"name": "find_result", "signature": "find_result(results, _name)", "docstring": "Find the specified result by name"}, {"name": "get_resource_file", "signature": "get_resource_file(sfile, sfile_type)", "docstring": "return the service file "}, {"name": "filter_versions", "signature": "filter_versions(stdout)", "docstring": "filter the oc version output "}, {"name": "add_custom_versions", "signature": "add_custom_versions(versions)", "docstring": "create custom versions strings "}, {"name": "openshift_installed", "signature": "openshift_installed()", "docstring": "check if openshift is installed "}, {"name": "check_def_equal", "signature": "check_def_equal(user_def, result_def, skip_keys, debug)", "docstring": "Given a user defined definition, compare it with the results given back by our query. "}, {"name": "config_options", "signature": "config_options(self)", "docstring": "return config options "}, {"name": "to_option_list", "signature": "to_option_list(self, ascommalist)", "docstring": "return all options as a string\nif ascommalist is set to the name of a key, and\nthe value of that key"}, {"name": "stringify", "signature": "stringify(self, ascommalist)", "docstring": "return the options hash as cli params in a string\nif ascommalist is set to the name of a key, and\nth"}, {"name": "current_labels", "signature": "current_labels(self)", "docstring": "property for the current labels"}, {"name": "compare_labels", "signature": "compare_labels(self, host_labels)", "docstring": "compare incoming labels against current labels"}, {"name": "all_user_labels_exist", "signature": "all_user_labels_exist(self)", "docstring": "return whether all the labels already exist "}, {"name": "any_label_exists", "signature": "any_label_exists(self)", "docstring": "return whether any single label already exists "}, {"name": "get_user_keys", "signature": "get_user_keys(self)", "docstring": "go through list of user key:values and return all keys "}, {"name": "get_current_label_keys", "signature": "get_current_label_keys(self)", "docstring": "collect all the current label keys "}, {"name": "get_extra_current_labels", "signature": "get_extra_current_labels(self)", "docstring": "return list of labels that are currently stored, but aren't\nin user-provided list "}, {"name": "extra_current_labels", "signature": "extra_current_labels(self)", "docstring": "return whether there are labels currently stored that user\nhasn't directly provided "}, {"name": "cmd_template", "signature": "cmd_template(self)", "docstring": "boilerplate oc command for modifying lables on this object "}, {"name": "lit", "signature": "lit(col)", "docstring": "Creates a :class:`~pyspark.sql.Column` of literal value.\n\n.. versionadded:: 1.3.0\n\nExamples\n--------"}, {"name": "col", "signature": "col(col)", "docstring": "Returns a :class:`~pyspark.sql.Column` based on the given column name.'\nExamples\n--------\n>>> col('x"}, {"name": "asc", "signature": "asc(col)", "docstring": "Returns a sort expression based on the ascending order of the given column name."}, {"name": "desc", "signature": "desc(col)", "docstring": "Returns a sort expression based on the descending order of the given column name."}, {"name": "sqrt", "signature": "sqrt(col)", "docstring": "Computes the square root of the specified float value."}, {"name": "abs", "signature": "abs(col)", "docstring": "Computes the absolute value."}, {"name": "count", "signature": "count(col)", "docstring": "Aggregate function: returns the number of items in a group."}, {"name": "sum", "signature": "sum(col)", "docstring": "Aggregate function: returns the sum of all values in the expression."}, {"name": "avg", "signature": "avg(col)", "docstring": "Aggregate function: returns the average of the values in a group."}, {"name": "mean", "signature": "mean(col)", "docstring": "Aggregate function: returns the average of the values in a group."}, {"name": "sumDistinct", "signature": "sumDistinct(col)", "docstring": "Aggregate function: returns the sum of distinct values in the expression.\n\n.. deprecated:: 3.2.0\n "}, {"name": "sum_distinct", "signature": "sum_distinct(col)", "docstring": "Aggregate function: returns the sum of distinct values in the expression."}, {"name": "product", "signature": "product(col)", "docstring": "Aggregate function: returns the product of the values in a group.\n\n.. versionadded:: 3.2.0\n\nParamete"}, {"name": "acos", "signature": "acos(col)", "docstring": ".. versionadded:: 1.4.0\n\nReturns\n-------\n:class:`~pyspark.sql.Column`\n inverse cosine of `col`, a"}, {"name": "acosh", "signature": "acosh(col)", "docstring": "Computes inverse hyperbolic cosine of the input column.\n\n.. versionadded:: 3.1.0\n\nReturns\n-------\n:c"}, {"name": "asin", "signature": "asin(col)", "docstring": ".. versionadded:: 1.3.0\n\n\nReturns\n-------\n:class:`~pyspark.sql.Column`\n inverse sine of `col`, as"}, {"name": "asinh", "signature": "asinh(col)", "docstring": "Computes inverse hyperbolic sine of the input column.\n\n.. versionadded:: 3.1.0\n\nReturns\n-------\n:cla"}, {"name": "atan", "signature": "atan(col)", "docstring": ".. versionadded:: 1.4.0\n\nReturns\n-------\n:class:`~pyspark.sql.Column`\n inverse tangent of `col`, "}, {"name": "atanh", "signature": "atanh(col)", "docstring": "Computes inverse hyperbolic tangent of the input column.\n\n.. versionadded:: 3.1.0\n\nReturns\n-------\n:"}, {"name": "cbrt", "signature": "cbrt(col)", "docstring": "Computes the cube-root of the given value."}, {"name": "ceil", "signature": "ceil(col)", "docstring": "Computes the ceiling of the given value."}, {"name": "cos", "signature": "cos(col)", "docstring": ".. versionadded:: 1.4.0\n\nParameters\n----------\ncol : :class:`~pyspark.sql.Column` or str\n angle i"}, {"name": "cosh", "signature": "cosh(col)", "docstring": ".. versionadded:: 1.4.0\n\nParameters\n----------\ncol : :class:`~pyspark.sql.Column` or str\n hyperbo"}, {"name": "exp", "signature": "exp(col)", "docstring": "Computes the exponential of the given value."}, {"name": "expm1", "signature": "expm1(col)", "docstring": "Computes the exponential of the given value minus one."}, {"name": "floor", "signature": "floor(col)", "docstring": "Computes the floor of the given value."}, {"name": "log10", "signature": "log10(col)", "docstring": "Computes the logarithm of the given value in Base 10."}, {"name": "log1p", "signature": "log1p(col)", "docstring": "Computes the natural logarithm of the given value plus one."}, {"name": "rint", "signature": "rint(col)", "docstring": "Returns the double value that is closest in value to the argument and\nis equal to a mathematical int"}, {"name": "signum", "signature": "signum(col)", "docstring": "Computes the signum of the given value."}, {"name": "sin", "signature": "sin(col)", "docstring": ".. versionadded:: 1.4.0\n\nParameters\n----------\ncol : :class:`~pyspark.sql.Column` or str\n\nReturns\n--"}, {"name": "sinh", "signature": "sinh(col)", "docstring": ".. versionadded:: 1.4.0\n\nParameters\n----------\ncol : :class:`~pyspark.sql.Column` or str\n hyperbo"}, {"name": "tan", "signature": "tan(col)", "docstring": ".. versionadded:: 1.4.0\n\nParameters\n----------\ncol : :class:`~pyspark.sql.Column` or str\n angle i"}, {"name": "tanh", "signature": "tanh(col)", "docstring": ".. versionadded:: 1.4.0\n\nParameters\n----------\ncol : :class:`~pyspark.sql.Column` or str\n hyperbo"}, {"name": "toDegrees", "signature": "toDegrees(col)", "docstring": ".. deprecated:: 2.1.0\n Use :func:`degrees` instead."}, {"name": "toRadians", "signature": "toRadians(col)", "docstring": ".. deprecated:: 2.1.0\n Use :func:`radians` instead."}, {"name": "bitwiseNOT", "signature": "bitwiseNOT(col)", "docstring": "Computes bitwise not.\n\n.. deprecated:: 3.2.0\n Use :func:`bitwise_not` instead."}, {"name": "bitwise_not", "signature": "bitwise_not(col)", "docstring": "Computes bitwise not."}, {"name": "asc_nulls_first", "signature": "asc_nulls_first(col)", "docstring": "Returns a sort expression based on the ascending order of the given\ncolumn name, and null values ret"}, {"name": "asc_nulls_last", "signature": "asc_nulls_last(col)", "docstring": "Returns a sort expression based on the ascending order of the given\ncolumn name, and null values app"}, {"name": "desc_nulls_first", "signature": "desc_nulls_first(col)", "docstring": "Returns a sort expression based on the descending order of the given\ncolumn name, and null values ap"}, {"name": "desc_nulls_last", "signature": "desc_nulls_last(col)", "docstring": "Returns a sort expression based on the descending order of the given\ncolumn name, and null values ap"}, {"name": "stddev", "signature": "stddev(col)", "docstring": "Aggregate function: alias for stddev_samp."}, {"name": "stddev_samp", "signature": "stddev_samp(col)", "docstring": "Aggregate function: returns the unbiased sample standard deviation of\nthe expression in a group."}, {"name": "stddev_pop", "signature": "stddev_pop(col)", "docstring": "Aggregate function: returns population standard deviation of\nthe expression in a group."}, {"name": "variance", "signature": "variance(col)", "docstring": "Aggregate function: alias for var_samp"}, {"name": "var_samp", "signature": "var_samp(col)", "docstring": "Aggregate function: returns the unbiased sample variance of\nthe values in a group."}, {"name": "var_pop", "signature": "var_pop(col)", "docstring": "Aggregate function: returns the population variance of the values in a group."}, {"name": "skewness", "signature": "skewness(col)", "docstring": "Aggregate function: returns the skewness of the values in a group."}, {"name": "kurtosis", "signature": "kurtosis(col)", "docstring": "Aggregate function: returns the kurtosis of the values in a group."}, {"name": "collect_list", "signature": "collect_list(col)", "docstring": "Aggregate function: returns a list of objects with duplicates.\n\n.. versionadded:: 1.6.0\n\nNotes\n-----"}, {"name": "collect_set", "signature": "collect_set(col)", "docstring": "Aggregate function: returns a set of objects with duplicate elements eliminated.\n\n.. versionadded:: "}, {"name": "degrees", "signature": "degrees(col)", "docstring": "Converts an angle measured in radians to an approximately equivalent angle\nmeasured in degrees.\n\n.. "}, {"name": "radians", "signature": "radians(col)", "docstring": "Converts an angle measured in degrees to an approximately equivalent angle\nmeasured in radians.\n\n.. "}, {"name": "atan2", "signature": "atan2(col1, col2)", "docstring": ".. versionadded:: 1.4.0\n\nParameters\n----------\ncol1 : str, :class:`~pyspark.sql.Column` or float\n "}, {"name": "hypot", "signature": "hypot(col1, col2)", "docstring": "Computes ``sqrt(a^2 + b^2)`` without intermediate overflow or underflow."}, {"name": "pow", "signature": "pow(col1, col2)", "docstring": "Returns the value of the first argument raised to the power of the second argument."}, {"name": "row_number", "signature": "row_number()", "docstring": "Window function: returns a sequential number starting at 1 within a window partition."}, {"name": "dense_rank", "signature": "dense_rank()", "docstring": "Window function: returns the rank of rows within a window partition, without any gaps.\n\nThe differen"}, {"name": "rank", "signature": "rank()", "docstring": "Window function: returns the rank of rows within a window partition.\n\nThe difference between rank an"}, {"name": "cume_dist", "signature": "cume_dist()", "docstring": "Window function: returns the cumulative distribution of values within a window partition,\ni.e. the f"}, {"name": "percent_rank", "signature": "percent_rank()", "docstring": "Window function: returns the relative rank (i.e. percentile) of rows within a window partition."}, {"name": "approxCountDistinct", "signature": "approxCountDistinct(col, rsd)", "docstring": ".. deprecated:: 2.1.0\n Use :func:`approx_count_distinct` instead."}, {"name": "approx_count_distinct", "signature": "approx_count_distinct(col, rsd)", "docstring": "Aggregate function: returns a new :class:`~pyspark.sql.Column` for approximate distinct count\nof col"}, {"name": "broadcast", "signature": "broadcast(df)", "docstring": "Marks a DataFrame as small enough for use in broadcast joins."}, {"name": "coalesce", "signature": "coalesce()", "docstring": "Returns the first column that is not null.\n\n.. versionadded:: 1.4.0\n\nExamples\n--------\n>>> cDf = spa"}, {"name": "corr", "signature": "corr(col1, col2)", "docstring": "Returns a new :class:`~pyspark.sql.Column` for the Pearson Correlation Coefficient for\n``col1`` and "}, {"name": "covar_pop", "signature": "covar_pop(col1, col2)", "docstring": "Returns a new :class:`~pyspark.sql.Column` for the population covariance of ``col1`` and\n``col2``.\n\n"}, {"name": "covar_samp", "signature": "covar_samp(col1, col2)", "docstring": "Returns a new :class:`~pyspark.sql.Column` for the sample covariance of ``col1`` and\n``col2``.\n\n.. v"}, {"name": "countDistinct", "signature": "countDistinct(col)", "docstring": "Returns a new :class:`~pyspark.sql.Column` for distinct count of ``col`` or ``cols``.\n\nAn alias of :"}, {"name": "count_distinct", "signature": "count_distinct(col)", "docstring": "Returns a new :class:`Column` for distinct count of ``col`` or ``cols``.\n\n.. versionadded:: 3.2.0\n\nE"}, {"name": "first", "signature": "first(col, ignorenulls)", "docstring": "Aggregate function: returns the first value in a group.\n\nThe function by default returns the first v"}, {"name": "grouping", "signature": "grouping(col)", "docstring": "Aggregate function: indicates whether a specified column in a GROUP BY list is aggregated\nor not, re"}, {"name": "grouping_id", "signature": "grouping_id()", "docstring": "Aggregate function: returns the level of grouping, equals to\n\n (grouping(c1) << (n-1)) + (grouping"}, {"name": "input_file_name", "signature": "input_file_name()", "docstring": "Creates a string column for the file name of the current Spark task.\n "}, {"name": "isnan", "signature": "isnan(col)", "docstring": "An expression that returns true iff the column is NaN.\n\n.. versionadded:: 1.6.0\n\nExamples\n--------\n>"}, {"name": "isnull", "signature": "isnull(col)", "docstring": "An expression that returns true iff the column is null.\n\n.. versionadded:: 1.6.0\n\nExamples\n--------\n"}, {"name": "last", "signature": "last(col, ignorenulls)", "docstring": "Aggregate function: returns the last value in a group.\n\nThe function by default returns the last val"}, {"name": "monotonically_increasing_id", "signature": "monotonically_increasing_id()", "docstring": "A column that generates monotonically increasing 64-bit integers.\n\nThe generated ID is guaranteed to"}, {"name": "nanvl", "signature": "nanvl(col1, col2)", "docstring": "Returns col1 if it is not NaN, or col2 if col1 is NaN.\n\nBoth inputs should be floating point columns"}, {"name": "percentile_approx", "signature": "percentile_approx(col, percentage, accuracy)", "docstring": "Returns the approximate `percentile` of the numeric column `col` which is the smallest value\nin the "}, {"name": "rand", "signature": "rand(seed)", "docstring": "Generates a random column with independent and identically distributed (i.i.d.) samples\nuniformly di"}, {"name": "randn", "signature": "randn(seed)", "docstring": "Generates a column with independent and identically distributed (i.i.d.) samples from\nthe standard n"}, {"name": "round", "signature": "round(col, scale)", "docstring": "Round the given value to `scale` decimal places using HALF_UP rounding mode if `scale` >= 0\nor at in"}, {"name": "bround", "signature": "bround(col, scale)", "docstring": "Round the given value to `scale` decimal places using HALF_EVEN rounding mode if `scale` >= 0\nor at "}, {"name": "shiftLeft", "signature": "shiftLeft(col, numBits)", "docstring": "Shift the given value numBits left.\n\n.. versionadded:: 1.5.0\n\n.. deprecated:: 3.2.0\n Use :func:`s"}, {"name": "shiftleft", "signature": "shiftleft(col, numBits)", "docstring": "Shift the given value numBits left.\n\n.. versionadded:: 3.2.0\n\nExamples\n--------\n>>> spark.createData"}, {"name": "shiftRight", "signature": "shiftRight(col, numBits)", "docstring": "(Signed) shift the given value numBits right.\n\n.. versionadded:: 1.5.0\n\n.. deprecated:: 3.2.0\n Us"}, {"name": "shiftright", "signature": "shiftright(col, numBits)", "docstring": "(Signed) shift the given value numBits right.\n\n.. versionadded:: 3.2.0\n\nExamples\n--------\n>>> spark."}, {"name": "shiftRightUnsigned", "signature": "shiftRightUnsigned(col, numBits)", "docstring": "Unsigned shift the given value numBits right.\n\n.. versionadded:: 1.5.0\n\n.. deprecated:: 3.2.0\n Us"}, {"name": "shiftrightunsigned", "signature": "shiftrightunsigned(col, numBits)", "docstring": "Unsigned shift the given value numBits right.\n\n.. versionadded:: 3.2.0\n\nExamples\n--------\n>>> df = s"}, {"name": "spark_partition_id", "signature": "spark_partition_id()", "docstring": "A column for partition ID.\n\n.. versionadded:: 1.6.0\n\nNotes\n-----\nThis is non deterministic because i"}, {"name": "struct", "signature": "struct()", "docstring": "Creates a new struct column.\n\n.. versionadded:: 1.4.0\n\nParameters\n----------\ncols : list, set, str o"}, {"name": "greatest", "signature": "greatest()", "docstring": "Returns the greatest value of the list of column names, skipping null values.\nThis function takes at"}, {"name": "least", "signature": "least()", "docstring": "Returns the least value of the list of column names, skipping null values.\nThis function takes at le"}, {"name": "when", "signature": "when(condition, value)", "docstring": "Evaluates a list of conditions and returns one of multiple possible result expressions.\nIf :func:`py"}, {"name": "log2", "signature": "log2(col)", "docstring": "Returns the base-2 logarithm of the argument.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> spark."}, {"name": "conv", "signature": "conv(col, fromBase, toBase)", "docstring": "Convert a number in a string column from one base to another.\n\n.. versionadded:: 1.5.0\n\nExamples\n---"}, {"name": "factorial", "signature": "factorial(col)", "docstring": "Computes the factorial of the given value.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df = spar"}, {"name": "lag", "signature": "lag(col, offset, default)", "docstring": "Window function: returns the value that is `offset` rows before the current row, and\n`default` if th"}, {"name": "lead", "signature": "lead(col, offset, default)", "docstring": "Window function: returns the value that is `offset` rows after the current row, and\n`default` if the"}, {"name": "nth_value", "signature": "nth_value(col, offset, ignoreNulls)", "docstring": "Window function: returns the value that is the `offset`\\th row of the window frame\n(counting from 1)"}, {"name": "ntile", "signature": "ntile(n)", "docstring": "Window function: returns the ntile group id (from 1 to `n` inclusive)\nin an ordered window partition"}, {"name": "current_date", "signature": "current_date()", "docstring": "Returns the current date at the start of query evaluation as a :class:`DateType` column.\nAll calls o"}, {"name": "current_timestamp", "signature": "current_timestamp()", "docstring": "Returns the current timestamp at the start of query evaluation as a :class:`TimestampType`\ncolumn. A"}, {"name": "date_format", "signature": "date_format(date, format)", "docstring": "Converts a date/timestamp/string to a value of string in the format specified by the date\nformat giv"}, {"name": "year", "signature": "year(col)", "docstring": "Extract the year of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df = sp"}, {"name": "quarter", "signature": "quarter(col)", "docstring": "Extract the quarter of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df ="}, {"name": "month", "signature": "month(col)", "docstring": "Extract the month of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df = s"}, {"name": "dayofweek", "signature": "dayofweek(col)", "docstring": "Extract the day of the week of a given date as integer.\n\n.. versionadded:: 2.3.0\n\nExamples\n--------\n"}, {"name": "dayofmonth", "signature": "dayofmonth(col)", "docstring": "Extract the day of the month of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------"}, {"name": "dayofyear", "signature": "dayofyear(col)", "docstring": "Extract the day of the year of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n"}, {"name": "hour", "signature": "hour(col)", "docstring": "Extract the hours of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df = s"}, {"name": "minute", "signature": "minute(col)", "docstring": "Extract the minutes of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df ="}, {"name": "second", "signature": "second(col)", "docstring": "Extract the seconds of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df ="}, {"name": "weekofyear", "signature": "weekofyear(col)", "docstring": "Extract the week number of a given date as integer.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> "}, {"name": "date_add", "signature": "date_add(start, days)", "docstring": "Returns the date that is `days` days after `start`\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> d"}, {"name": "date_sub", "signature": "date_sub(start, days)", "docstring": "Returns the date that is `days` days before `start`\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> "}, {"name": "datediff", "signature": "datediff(end, start)", "docstring": "Returns the number of days from `start` to `end`.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df"}, {"name": "add_months", "signature": "add_months(start, months)", "docstring": "Returns the date that is `months` months after `start`\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>"}, {"name": "months_between", "signature": "months_between(date1, date2, roundOff)", "docstring": "Returns number of months between dates date1 and date2.\nIf date1 is later than date2, then the resul"}, {"name": "to_date", "signature": "to_date(col, format)", "docstring": "Converts a :class:`~pyspark.sql.Column` into :class:`pyspark.sql.types.DateType`\nusing the optionall"}, {"name": "to_timestamp", "signature": "to_timestamp(col, format)", "docstring": "Converts a :class:`~pyspark.sql.Column` into :class:`pyspark.sql.types.TimestampType`\nusing the opti"}, {"name": "trunc", "signature": "trunc(date, format)", "docstring": "Returns date truncated to the unit specified by the format.\n\n.. versionadded:: 1.5.0\n\nParameters\n---"}, {"name": "date_trunc", "signature": "date_trunc(format, timestamp)", "docstring": "Returns timestamp truncated to the unit specified by the format.\n\n.. versionadded:: 2.3.0\n\nParameter"}, {"name": "next_day", "signature": "next_day(date, dayOfWeek)", "docstring": "Returns the first date which is later than the value of the date column.\n\nDay of the week parameter "}, {"name": "last_day", "signature": "last_day(date)", "docstring": "Returns the last day of the month which the given date belongs to.\n\n.. versionadded:: 1.5.0\n\nExample"}, {"name": "from_unixtime", "signature": "from_unixtime(timestamp, format)", "docstring": "Converts the number of seconds from unix epoch (1970-01-01 00:00:00 UTC) to a string\nrepresenting th"}, {"name": "unix_timestamp", "signature": "unix_timestamp(timestamp, format)", "docstring": "Convert time string with given pattern ('yyyy-MM-dd HH:mm:ss', by default)\nto Unix time stamp (in se"}, {"name": "from_utc_timestamp", "signature": "from_utc_timestamp(timestamp, tz)", "docstring": "This is a common function for databases supporting TIMESTAMP WITHOUT TIMEZONE. This function\ntakes a"}, {"name": "to_utc_timestamp", "signature": "to_utc_timestamp(timestamp, tz)", "docstring": "This is a common function for databases supporting TIMESTAMP WITHOUT TIMEZONE. This function\ntakes a"}, {"name": "timestamp_seconds", "signature": "timestamp_seconds(col)", "docstring": ".. versionadded:: 3.1.0\n\nExamples\n--------\n>>> from pyspark.sql.functions import timestamp_seconds\n>"}, {"name": "window", "signature": "window(timeColumn, windowDuration, slideDuration, startTime)", "docstring": "Bucketize rows into one or more time windows given a timestamp specifying column. Window\nstarts are "}, {"name": "crc32", "signature": "crc32(col)", "docstring": "Calculates the cyclic redundancy check value (CRC32) of a binary column and\nreturns the value as a "}, {"name": "md5", "signature": "md5(col)", "docstring": "Calculates the MD5 digest and returns the value as a 32 character hex string.\n\n.. versionadded:: 1.5"}, {"name": "sha1", "signature": "sha1(col)", "docstring": "Returns the hex string result of SHA-1.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> spark.create"}, {"name": "sha2", "signature": "sha2(col, numBits)", "docstring": "Returns the hex string result of SHA-2 family of hash functions (SHA-224, SHA-256, SHA-384,\nand SHA-"}, {"name": "hash", "signature": "hash()", "docstring": "Calculates the hash code of given columns, and returns the result as an int column.\n\n.. versionadded"}, {"name": "xxhash64", "signature": "xxhash64()", "docstring": "Calculates the hash code of given columns using the 64-bit variant of the xxHash algorithm,\nand retu"}, {"name": "assert_true", "signature": "assert_true(col, errMsg)", "docstring": "Returns null if the input column is true; throws an exception with the provided error message\notherw"}, {"name": "raise_error", "signature": "raise_error(errMsg)", "docstring": "Throws an exception with the provided error message."}, {"name": "upper", "signature": "upper(col)", "docstring": "Converts a string expression to upper case."}, {"name": "lower", "signature": "lower(col)", "docstring": "Converts a string expression to lower case."}, {"name": "ascii", "signature": "ascii(col)", "docstring": "Computes the numeric value of the first character of the string column."}, {"name": "base64", "signature": "base64(col)", "docstring": "Computes the BASE64 encoding of a binary column and returns it as a string column."}, {"name": "unbase64", "signature": "unbase64(col)", "docstring": "Decodes a BASE64 encoded string column and returns it as a binary column."}, {"name": "ltrim", "signature": "ltrim(col)", "docstring": "Trim the spaces from left end for the specified string value."}, {"name": "rtrim", "signature": "rtrim(col)", "docstring": "Trim the spaces from right end for the specified string value."}, {"name": "trim", "signature": "trim(col)", "docstring": "Trim the spaces from both ends for the specified string column."}, {"name": "concat_ws", "signature": "concat_ws(sep)", "docstring": "Concatenates multiple input string columns together into a single string column,\nusing the given sep"}, {"name": "format_number", "signature": "format_number(col, d)", "docstring": "Formats the number X to a format like '#,--#,--#.--', rounded to d decimal places\nwith HALF_EVEN rou"}, {"name": "format_string", "signature": "format_string(format)", "docstring": "Formats the arguments in printf-style and returns the result as a string column.\n\n.. versionadded:: "}, {"name": "instr", "signature": "instr(str, substr)", "docstring": "Locate the position of the first occurrence of substr column in the given string.\nReturns null if ei"}, {"name": "overlay", "signature": "overlay(src, replace, pos, len)", "docstring": "Overlay the specified portion of `src` with `replace`,\nstarting from byte position `pos` of `src` an"}, {"name": "sentences", "signature": "sentences(string, language, country)", "docstring": "Splits a string into arrays of sentences, where each sentence is an array of words.\nThe 'language' a"}, {"name": "substring", "signature": "substring(str, pos, len)", "docstring": "Substring starts at `pos` and is of length `len` when str is String type or\nreturns the slice of byt"}, {"name": "substring_index", "signature": "substring_index(str, delim, count)", "docstring": "Returns the substring from string str before count occurrences of the delimiter delim.\nIf count is p"}, {"name": "levenshtein", "signature": "levenshtein(left, right)", "docstring": "Computes the Levenshtein distance of the two given strings.\n\n.. versionadded:: 1.5.0\n\nExamples\n-----"}, {"name": "locate", "signature": "locate(substr, str, pos)", "docstring": "Locate the position of the first occurrence of substr in a string column, after position pos.\n\n.. ve"}, {"name": "lpad", "signature": "lpad(col, len, pad)", "docstring": "Left-pad the string column to width `len` with `pad`.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>"}, {"name": "rpad", "signature": "rpad(col, len, pad)", "docstring": "Right-pad the string column to width `len` with `pad`.\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>"}, {"name": "repeat", "signature": "repeat(col, n)", "docstring": "Repeats a string column n times, and returns it as a new string column.\n\n.. versionadded:: 1.5.0\n\nEx"}, {"name": "regexp_extract", "signature": "regexp_extract(str, pattern, idx)", "docstring": "Extract a specific group matched by a Java regex, from the specified string column.\nIf the regex did"}, {"name": "regexp_replace", "signature": "regexp_replace(str, pattern, replacement)", "docstring": "Replace all substrings of the specified string value that match regexp with rep.\n\n.. versionadded:: "}, {"name": "initcap", "signature": "initcap(col)", "docstring": "Translate the first letter of each word to upper case in the sentence.\n\n.. versionadded:: 1.5.0\n\nExa"}, {"name": "soundex", "signature": "soundex(col)", "docstring": "Returns the SoundEx encoding for a string\n\n.. versionadded:: 1.5.0\n\nExamples\n--------\n>>> df = spark"}, {"name": "bin", "signature": "bin(col)", "docstring": "Returns the string representation of the binary value of the given column.\n\n.. versionadded:: 1.5.0\n"}, {"name": "hex", "signature": "hex(col)", "docstring": "Computes hex value of the given column, which could be :class:`pyspark.sql.types.StringType`,\n:class"}, {"name": "unhex", "signature": "unhex(col)", "docstring": "Inverse of hex. Interprets each pair of characters as a hexadecimal number\nand converts to the byte "}, {"name": "length", "signature": "length(col)", "docstring": "Computes the character length of string data or number of bytes of binary data.\nThe length of charac"}, {"name": "translate", "signature": "translate(srcCol, matching, replace)", "docstring": "A function translate any character in the `srcCol` by a character in `matching`.\nThe characters in `"}, {"name": "create_map", "signature": "create_map()", "docstring": "Creates a new map column.\n\n.. versionadded:: 2.0.0\n\nParameters\n----------\ncols : :class:`~pyspark.sq"}, {"name": "map_from_arrays", "signature": "map_from_arrays(col1, col2)", "docstring": "Creates a new map from two arrays.\n\n.. versionadded:: 2.4.0\n\nParameters\n----------\ncol1 : :class:`~p"}, {"name": "array", "signature": "array()", "docstring": "Creates a new array column.\n\n.. versionadded:: 1.4.0\n\nParameters\n----------\ncols : :class:`~pyspark."}, {"name": "array_contains", "signature": "array_contains(col, value)", "docstring": "Collection function: returns null if the array is null, true if the array contains the\ngiven value, "}, {"name": "arrays_overlap", "signature": "arrays_overlap(a1, a2)", "docstring": "Collection function: returns true if the arrays contain any common non-null element; if not,\nreturns"}, {"name": "slice", "signature": "slice(x, start, length)", "docstring": "Collection function: returns an array containing all the elements in `x` from index `start`\n(array "}, {"name": "array_join", "signature": "array_join(col, delimiter, null_replacement)", "docstring": "Concatenates the elements of `column` using the `delimiter`. Null values are replaced with\n`null_rep"}, {"name": "concat", "signature": "concat()", "docstring": "Concatenates multiple input columns together into a single column.\nThe function works with strings, "}, {"name": "array_position", "signature": "array_position(col, value)", "docstring": "Collection function: Locates the position of the first occurrence of the given value\nin the given ar"}, {"name": "element_at", "signature": "element_at(col, extraction)", "docstring": "Collection function: Returns element of array at given index in extraction if col is array.\nReturns "}, {"name": "array_remove", "signature": "array_remove(col, element)", "docstring": "Collection function: Remove all elements that equal to element from the given array.\n\n.. versionadde"}, {"name": "array_distinct", "signature": "array_distinct(col)", "docstring": "Collection function: removes duplicate values from the array.\n\n.. versionadded:: 2.4.0\n\nParameters\n-"}, {"name": "array_intersect", "signature": "array_intersect(col1, col2)", "docstring": "Collection function: returns an array of the elements in the intersection of col1 and col2,\nwithout "}, {"name": "array_union", "signature": "array_union(col1, col2)", "docstring": "Collection function: returns an array of the elements in the union of col1 and col2,\nwithout duplica"}, {"name": "array_except", "signature": "array_except(col1, col2)", "docstring": "Collection function: returns an array of the elements in col1 but not in col2,\nwithout duplicates.\n\n"}, {"name": "explode", "signature": "explode(col)", "docstring": "Returns a new row for each element in the given array or map.\nUses the default column name `col` for"}, {"name": "posexplode", "signature": "posexplode(col)", "docstring": "Returns a new row for each element with position in the given array or map.\nUses the default column "}, {"name": "explode_outer", "signature": "explode_outer(col)", "docstring": "Returns a new row for each element in the given array or map.\nUnlike explode, if the array/map is nu"}, {"name": "posexplode_outer", "signature": "posexplode_outer(col)", "docstring": "Returns a new row for each element with position in the given array or map.\nUnlike posexplode, if th"}, {"name": "get_json_object", "signature": "get_json_object(col, path)", "docstring": "Extracts json object from a json string based on json path specified, and returns json string\nof the"}, {"name": "json_tuple", "signature": "json_tuple(col)", "docstring": "Creates a new row for a json column according to the given field names.\n\n.. versionadded:: 1.6.0\n\nPa"}, {"name": "from_json", "signature": "from_json(col, schema, options)", "docstring": "Parses a column containing a JSON string into a :class:`MapType` with :class:`StringType`\nas keys ty"}, {"name": "to_json", "signature": "to_json(col, options)", "docstring": "Converts a column containing a :class:`StructType`, :class:`ArrayType` or a :class:`MapType`\ninto a "}, {"name": "schema_of_json", "signature": "schema_of_json(json, options)", "docstring": "Parses a JSON string and infers its schema in DDL format.\n\n.. versionadded:: 2.4.0\n\nParameters\n-----"}, {"name": "schema_of_csv", "signature": "schema_of_csv(csv, options)", "docstring": "Parses a CSV string and infers its schema in DDL format.\n\n.. versionadded:: 3.0.0\n\nParameters\n------"}, {"name": "to_csv", "signature": "to_csv(col, options)", "docstring": "Converts a column containing a :class:`StructType` into a CSV string.\nThrows an exception, in the ca"}, {"name": "size", "signature": "size(col)", "docstring": "Collection function: returns the length of the array or map stored in the column.\n\n.. versionadded::"}, {"name": "array_min", "signature": "array_min(col)", "docstring": "Collection function: returns the minimum value of the array.\n\n.. versionadded:: 2.4.0\n\nParameters\n--"}, {"name": "array_max", "signature": "array_max(col)", "docstring": "Collection function: returns the maximum value of the array.\n\n.. versionadded:: 2.4.0\n\nParameters\n--"}, {"name": "sort_array", "signature": "sort_array(col, asc)", "docstring": "Collection function: sorts the input array in ascending or descending order according\nto the natural"}, {"name": "array_sort", "signature": "array_sort(col)", "docstring": "Collection function: sorts the input array in ascending order. The elements of the input array\nmust "}, {"name": "reverse", "signature": "reverse(col)", "docstring": "Collection function: returns a reversed string or an array with reverse order of elements.\n\n.. versi"}, {"name": "flatten", "signature": "flatten(col)", "docstring": "Collection function: creates a single array from an array of arrays.\nIf a structure of nested arrays"}, {"name": "map_keys", "signature": "map_keys(col)", "docstring": "Collection function: Returns an unordered array containing the keys of the map.\n\n.. versionadded:: 2"}, {"name": "map_values", "signature": "map_values(col)", "docstring": "Collection function: Returns an unordered array containing the values of the map.\n\n.. versionadded::"}, {"name": "map_entries", "signature": "map_entries(col)", "docstring": "Collection function: Returns an unordered array of all entries in the given map.\n\n.. versionadded:: "}, {"name": "map_from_entries", "signature": "map_from_entries(col)", "docstring": "Collection function: Returns a map created from the given array of entries.\n\n.. versionadded:: 2.4.0"}, {"name": "array_repeat", "signature": "array_repeat(col, count)", "docstring": "Collection function: creates an array containing a column repeated count times.\n\n.. versionadded:: 2"}, {"name": "arrays_zip", "signature": "arrays_zip()", "docstring": "Collection function: Returns a merged array of structs in which the N-th struct contains all\nN-th va"}, {"name": "map_concat", "signature": "map_concat()", "docstring": "Returns the union of all the given maps.\n\n.. versionadded:: 2.4.0\n\nParameters\n----------\ncols : :cla"}, {"name": "sequence", "signature": "sequence(start, stop, step)", "docstring": "Generate a sequence of integers from `start` to `stop`, incrementing by `step`.\nIf `step` is not set"}, {"name": "from_csv", "signature": "from_csv(col, schema, options)", "docstring": "Parses a column containing a CSV string to a row with the specified schema.\nReturns `null`, in the c"}, {"name": "forall", "signature": "forall(col, f)", "docstring": "Returns whether a predicate holds for every element in the array.\n\n.. versionadded:: 3.1.0\n\nParamete"}, {"name": "filter", "signature": "filter(col, f)", "docstring": "Returns an array of elements for which a predicate holds in a given array.\n\n.. versionadded:: 3.1.0\n"}, {"name": "aggregate", "signature": "aggregate(col, initialValue, merge, finish)", "docstring": "Applies a binary operator to an initial state and all elements in the array,\nand reduces this to a s"}, {"name": "zip_with", "signature": "zip_with(left, right, f)", "docstring": "Merge two given arrays, element-wise, into a single array using a function.\nIf one array is shorter,"}, {"name": "transform_keys", "signature": "transform_keys(col, f)", "docstring": "Applies a function to every key-value pair in a map and returns\na map with the results of those appl"}, {"name": "transform_values", "signature": "transform_values(col, f)", "docstring": "Applies a function to every key-value pair in a map and returns\na map with the results of those appl"}, {"name": "map_filter", "signature": "map_filter(col, f)", "docstring": "Returns a map whose key-value pairs satisfy a predicate.\n\n.. versionadded:: 3.1.0\n\nParameters\n------"}, {"name": "map_zip_with", "signature": "map_zip_with(col1, col2, f)", "docstring": "Merge two given maps, key-wise into a single map using a function.\n\n.. versionadded:: 3.1.0\n\nParamet"}, {"name": "years", "signature": "years(col)", "docstring": "Partition transform function: A transform for timestamps and dates\nto partition data into years.\n\n.."}, {"name": "months", "signature": "months(col)", "docstring": "Partition transform function: A transform for timestamps and dates\nto partition data into months.\n\n."}, {"name": "days", "signature": "days(col)", "docstring": "Partition transform function: A transform for timestamps and dates\nto partition data into days.\n\n.. "}, {"name": "hours", "signature": "hours(col)", "docstring": "Partition transform function: A transform for timestamps\nto partition data into hours.\n\n.. versionad"}, {"name": "bucket", "signature": "bucket(numBuckets, col)", "docstring": "Partition transform function: A transform for any type that partitions\nby a hash of the input column"}, {"name": "udf", "signature": "udf(f, returnType)", "docstring": "Creates a user defined function (UDF).\n\n.. versionadded:: 1.3.0\n\nParameters\n----------\nf : function\n"}, {"name": "is_on", "signature": "is_on(self)", "docstring": "True if switch is on. "}, {"name": "brightness", "signature": "brightness(self)", "docstring": "Brightness of this light between 0..255. "}, {"name": "turn_off", "signature": "turn_off(self)", "docstring": "Turns the switch off. "}, {"name": "turn_on", "signature": "turn_on(self)", "docstring": "Turns the switch on. "}, {"name": "startClientThread", "signature": "startClientThread(self, client_port)", "docstring": ""}, {"name": "testServer", "signature": "testServer(self)", "docstring": ""}, {"name": "error", "signature": "error(self, msg)", "docstring": ""}, {"name": "message", "signature": "message(self, msg)", "docstring": ""}, {"name": "grouped_iteration_values", "signature": "grouped_iteration_values(self)", "docstring": ""}, {"name": "test_path", "signature": "test_path(self)", "docstring": ""}, {"name": "run_single", "signature": "run_single(self, driver, test_path, time_out_ms, should_run_pixel_test)", "docstring": ""}, {"name": "wait_until_ready", "signature": "wait_until_ready(self)", "docstring": ""}, {"name": "get_external_messages", "signature": "get_external_messages()", "docstring": "Return a table of externalized messages.\n\nThe table is lazzy instancied (loaded once when called the"}, {"name": "notify_download", "signature": "notify_download(self, ep_name)", "docstring": ""}, {"name": "update_library", "signature": "update_library(self, ep_obj, host, username, password, force)", "docstring": "Handles updating the Plex Media Server host via HTTP API\n\nPlex Media Server currently only supports "}, {"name": "get_phrases_from_module", "signature": "get_phrases_from_module(module)", "docstring": "Gets phrases from a module.\n\nArguments:\n module -- a module reference\n\nReturns:\n The list of p"}, {"name": "get_keyword_phrases", "signature": "get_keyword_phrases()", "docstring": "Gets the keyword phrases from the keywords file in the jasper data dir.\n\nReturns:\n A list of keyw"}, {"name": "get_all_phrases", "signature": "get_all_phrases()", "docstring": "Gets phrases from all modules.\n\nReturns:\n A list of phrases in all modules plus additional phrase"}, {"name": "phrases_to_revision", "signature": "phrases_to_revision(cls, phrases)", "docstring": "Calculates a revision from phrases by using the SHA1 hash function.\n\nArguments:\n phrases -- a lis"}, {"name": "revision_file", "signature": "revision_file(self)", "docstring": "Returns:\n The path of the the revision file as string"}, {"name": "is_compiled", "signature": "is_compiled(self)", "docstring": "Checks if the vocabulary is compiled by checking if the revision file\nis readable. This method shoul"}, {"name": "compiled_revision", "signature": "compiled_revision(self)", "docstring": "Reads the compiled revision from the revision file.\n\nReturns:\n the revision of this vocabulary (i"}, {"name": "matches_phrases", "signature": "matches_phrases(self, phrases)", "docstring": "Convenience method to check if this vocabulary exactly contains the\nphrases passed to this method.\n\n"}, {"name": "compile", "signature": "compile(self, phrases, force)", "docstring": "Compiles this vocabulary. If the force argument is True, compilation\nwill be forced regardless of ne"}, {"name": "languagemodel_file", "signature": "languagemodel_file(self)", "docstring": "Returns:\n The path of the the pocketsphinx languagemodel file as string"}, {"name": "dictionary_file", "signature": "dictionary_file(self)", "docstring": "Returns:\n The path of the pocketsphinx dictionary file as string"}, {"name": "decoder_kwargs", "signature": "decoder_kwargs(self)", "docstring": "Convenience property to use this Vocabulary with the __init__() method\nof the pocketsphinx.Decoder c"}, {"name": "dfa_file", "signature": "dfa_file(self)", "docstring": "Returns:\n The path of the the julius dfa file as string"}, {"name": "dict_file", "signature": "dict_file(self)", "docstring": "Returns:\n The path of the the julius dict file as string"}, {"name": "translate_word", "signature": "translate_word(self, word)", "docstring": ""}, {"name": "checkrepotools", "signature": "checkrepotools(self)", "docstring": "Check if the needed repo tools exist."}, {"name": "createrepo", "signature": "createrepo(self)", "docstring": "create repsitory and layout "}, {"name": "installhooks", "signature": "installhooks(self)", "docstring": "Install hooks in repository "}, {"name": "installtemplates", "signature": "installtemplates(self)", "docstring": "Install templates in repository "}, {"name": "walkrepo", "signature": "walkrepo(self, path)", "docstring": "Walk the repo and list the content. "}, {"name": "walkrepoleafs", "signature": "walkrepoleafs(self, path)", "docstring": "Walk the repo and list all files. "}, {"name": "walkreponodes", "signature": "walkreponodes(self, path)", "docstring": "Walk the repo and list all paths. "}, {"name": "upgraderepo", "signature": "upgraderepo(self)", "docstring": "Upgrade layout in repo. "}, {"name": "upgradefilename", "signature": "upgradefilename(self)", "docstring": "Upgrade document file names. "}, {"name": "toUnicode", "signature": "toUnicode(articles)", "docstring": "Convert a list of articles utf-8 encoded to unicode strings."}, {"name": "toDicts", "signature": "toDicts(articles)", "docstring": "Given a list of utf-8 encoded articles, build two dictionary (one\nutf-8 encoded and another one with"}, {"name": "addTrailingSpace", "signature": "addTrailingSpace(articles)", "docstring": "From the given list of utf-8 encoded articles, return two\nlists (one utf-8 encoded and another one i"}, {"name": "articlesDictsForLang", "signature": "articlesDictsForLang(lang)", "docstring": "Return dictionaries of articles specific for the given language, or the\ndefault one if the language "}, {"name": "spArticlesForLang", "signature": "spArticlesForLang(lang)", "docstring": "Return lists of articles (plus optional spaces) specific for the\ngiven language, or the default one "}, {"name": "start", "signature": "start(self)", "docstring": ""}, {"name": "parse", "signature": "parse(self)", "docstring": "create an options parser for bin/ansible "}, {"name": "do_done", "signature": "do_done(self, cr, uid, ids, context)", "docstring": ""}, {"name": "process_partners", "signature": "process_partners(self, cr, uid, partner_ids, data, context)", "docstring": ""}, {"name": "startElement", "signature": "startElement(self, name, attrs, connection)", "docstring": ""}, {"name": "ec2_build_list_params", "signature": "ec2_build_list_params(self, params, prefix)", "docstring": ""}, {"name": "autoscale_build_list_params", "signature": "autoscale_build_list_params(self, params, prefix)", "docstring": ""}, {"name": "construct_mapping", "signature": "construct_mapping(self, node, deep)", "docstring": ""}, {"name": "construct_yaml_str", "signature": "construct_yaml_str(self, node)", "docstring": ""}, {"name": "test_multiple_parents_mro", "signature": "test_multiple_parents_mro(self)", "docstring": ""}, {"name": "test_shadowed_fkey_id", "signature": "test_shadowed_fkey_id(self)", "docstring": ""}, {"name": "test_override_one2one_relation_auto_field_clashes", "signature": "test_override_one2one_relation_auto_field_clashes(self)", "docstring": ""}, {"name": "fields", "signature": "fields(model)", "docstring": ""}, {"name": "module_init", "signature": "module_init()", "docstring": ""}, {"name": "register_types_ns3_FatalImpl", "signature": "register_types_ns3_FatalImpl(module)", "docstring": ""}, {"name": "register_Ns3AttributeConstructionListItem_methods", "signature": "register_Ns3AttributeConstructionListItem_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3CsmaStarHelper_methods", "signature": "register_Ns3CsmaStarHelper_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3IntToType__1_methods", "signature": "register_Ns3IntToType__1_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3IntToType__2_methods", "signature": "register_Ns3IntToType__2_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv4AddressHelper_methods", "signature": "register_Ns3Ipv4AddressHelper_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv4InterfaceAddress_methods", "signature": "register_Ns3Ipv4InterfaceAddress_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv4InterfaceContainer_methods", "signature": "register_Ns3Ipv4InterfaceContainer_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv6Address_methods", "signature": "register_Ns3Ipv6Address_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv6InterfaceContainer_methods", "signature": "register_Ns3Ipv6InterfaceContainer_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3ObjectBase_methods", "signature": "register_Ns3ObjectBase_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3PacketMetadata_methods", "signature": "register_Ns3PacketMetadata_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3PacketMetadataItem_methods", "signature": "register_Ns3PacketMetadataItem_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3PacketTagIteratorItem_methods", "signature": "register_Ns3PacketTagIteratorItem_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3PcapHelper_methods", "signature": "register_Ns3PcapHelper_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Simulator_methods", "signature": "register_Ns3Simulator_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Timer_methods", "signature": "register_Ns3Timer_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3TimerImpl_methods", "signature": "register_Ns3TimerImpl_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3TypeIdTraceSourceInformation_methods", "signature": "register_Ns3TypeIdTraceSourceInformation_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Empty_methods", "signature": "register_Ns3Empty_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Chunk_methods", "signature": "register_Ns3Chunk_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3CsmaHelper_methods", "signature": "register_Ns3CsmaHelper_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv6Header_methods", "signature": "register_Ns3Ipv6Header_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Object_methods", "signature": "register_Ns3Object_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods", "signature": "register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods", "signature": "register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3SimpleRefCount__Ns3Ipv4MulticastRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv4MulticastRoute__gt___methods", "signature": "register_Ns3SimpleRefCount__Ns3Ipv4MulticastRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv4MulticastRoute__gt___methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods", "signature": "register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Time_methods", "signature": "register_Ns3Time_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3TraceSourceAccessor_methods", "signature": "register_Ns3TraceSourceAccessor_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3AttributeValue_methods", "signature": "register_Ns3AttributeValue_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3CallbackValue_methods", "signature": "register_Ns3CallbackValue_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3CsmaChannel_methods", "signature": "register_Ns3CsmaChannel_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3DataRateValue_methods", "signature": "register_Ns3DataRateValue_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv4MaskChecker_methods", "signature": "register_Ns3Ipv4MaskChecker_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3Ipv4MulticastRoute_methods", "signature": "register_Ns3Ipv4MulticastRoute_methods(root_module, cls)", "docstring": ""}, {"name": "register_Ns3AddressValue_methods", "signature": "register_Ns3AddressValue_methods(root_module, cls)", "docstring": ""}, {"name": "register_functions", "signature": "register_functions(root_module)", "docstring": ""}, {"name": "hypervolume", "signature": "hypervolume(front)", "docstring": "Returns the index of the individual with the least the hypervolume\ncontribution. The provided *front"}, {"name": "additive_epsilon", "signature": "additive_epsilon(front)", "docstring": "Returns the index of the individual with the least the additive epsilon\ncontribution. The provided *"}, {"name": "multiplicative_epsilon", "signature": "multiplicative_epsilon(front)", "docstring": "Returns the index of the individual with the least the multiplicative epsilon\ncontribution. The prov"}, {"name": "contribution", "signature": "contribution(i)", "docstring": ""}, {"name": "testBasicRNNSeq2Seq", "signature": "testBasicRNNSeq2Seq(self)", "docstring": ""}, {"name": "testTiedRNNSeq2Seq", "signature": "testTiedRNNSeq2Seq(self)", "docstring": ""}, {"name": "testAttentionDecoder2", "signature": "testAttentionDecoder2(self)", "docstring": ""}, {"name": "testEmbeddingAttentionSeq2Seq", "signature": "testEmbeddingAttentionSeq2Seq(self)", "docstring": ""}, {"name": "testOne2ManyRNNSeq2Seq", "signature": "testOne2ManyRNNSeq2Seq(self)", "docstring": ""}, {"name": "testSequenceLossByExample", "signature": "testSequenceLossByExample(self)", "docstring": ""}, {"name": "testModelWithBuckets", "signature": "testModelWithBuckets(self)", "docstring": "Larger tests that does full sequence-to-sequence model training."}, {"name": "testModelWithBooleanFeedPrevious", "signature": "testModelWithBooleanFeedPrevious(self)", "docstring": "Test the model behavior when feed_previous is True.\n\nFor example, the following two cases have the s"}, {"name": "TestModel", "signature": "TestModel(seq2seq)", "docstring": ""}, {"name": "EmbeddingRNNSeq2SeqF", "signature": "EmbeddingRNNSeq2SeqF(enc_inp, dec_inp, feed_previous)", "docstring": ""}, {"name": "EmbeddingTiedRNNSeq2SeqNoTuple", "signature": "EmbeddingTiedRNNSeq2SeqNoTuple(enc_inp, dec_inp, feed_previous)", "docstring": ""}, {"name": "SampleGRUSeq2Seq", "signature": "SampleGRUSeq2Seq(enc_inp, dec_inp, weights)", "docstring": "Example sequence-to-sequence model that uses GRU cells."}, {"name": "DecCellsFn", "signature": "DecCellsFn()", "docstring": ""}, {"name": "GRUSeq2Seq", "signature": "GRUSeq2Seq(enc_inp, dec_inp)", "docstring": ""}, {"name": "ForwardBackward", "signature": "ForwardBackward(enc_inp, dec_inp, feed_previous)", "docstring": ""}, {"name": "get_covariance", "signature": "get_covariance(self)", "docstring": "Compute data covariance with the generative model.\n\n``cov = components_.T * S**2 * components_ + sig"}, {"name": "get_precision", "signature": "get_precision(self)", "docstring": "Compute data precision matrix with the generative model.\n\nEquals the inverse of the covariance but c"}, {"name": "fit", "signature": "fit(X, y)", "docstring": "Placeholder for fit. Subclasses should implement this method!\n\nFit the model with X.\n\nParameters\n---"}, {"name": "inverse_transform", "signature": "inverse_transform(self, X, y)", "docstring": "Transform data back to its original space.\n\nIn other words, return an input X_original whose transfo"}, {"name": "test_drop_collection_nocheck", "signature": "test_drop_collection_nocheck(self)", "docstring": ""}, {"name": "test_create_metadata_nocheck", "signature": "test_create_metadata_nocheck(self)", "docstring": ""}, {"name": "test_drop_metadata_nocheck", "signature": "test_drop_metadata_nocheck(self)", "docstring": ""}, {"name": "test_create_metadata_auto_alter_fk", "signature": "test_create_metadata_auto_alter_fk(self)", "docstring": ""}, {"name": "install_ask_amy", "signature": "install_ask_amy(self, destination_dir, source_dir)", "docstring": ""}, {"name": "process_args", "signature": "process_args(self, arg_tuple)", "docstring": ""}, {"name": "parse_args", "signature": "parse_args(self, _args)", "docstring": ""}, {"name": "get_object_file", "signature": "get_object_file(self)", "docstring": ""}, {"name": "assert_extended", "signature": "assert_extended(self, s, txt, templ)", "docstring": ""}, {"name": "signal_tester", "signature": "signal_tester(signal)", "docstring": ""}, {"name": "test_urls_need_reloading_signal_create", "signature": "test_urls_need_reloading_signal_create(self)", "docstring": ""}, {"name": "test_urls_need_reloading_signal_delete", "signature": "test_urls_need_reloading_signal_delete(self)", "docstring": ""}, {"name": "test_urls_need_reloading_signal_change_slug", "signature": "test_urls_need_reloading_signal_change_slug(self)", "docstring": ""}, {"name": "visit_todo_node", "signature": "visit_todo_node(self, node)", "docstring": ""}, {"name": "depart_todo_node", "signature": "depart_todo_node(self, node)", "docstring": ""}, {"name": "validate", "signature": "validate(data, schema, validator_cls, format_validators, required_by_default, blank_by_default, disallow_unknown_properties, apply_default_to_data)", "docstring": "Validates a parsed json document against the provided schema. If an\nerror is found a :class:`Validat"}, {"name": "export_methods", "signature": "export_methods(cls, code)", "docstring": ""}, {"name": "test_dmp_LC", "signature": "test_dmp_LC()", "docstring": ""}, {"name": "test_dmp_TC", "signature": "test_dmp_TC()", "docstring": ""}, {"name": "test_dup_strip", "signature": "test_dup_strip()", "docstring": ""}, {"name": "test_dmp_strip", "signature": "test_dmp_strip()", "docstring": ""}, {"name": "test_dup_copy", "signature": "test_dup_copy()", "docstring": ""}, {"name": "test_dup_normal", "signature": "test_dup_normal()", "docstring": ""}, {"name": "test_dup_convert", "signature": "test_dup_convert()", "docstring": ""}, {"name": "test_dmp_convert", "signature": "test_dmp_convert()", "docstring": ""}, {"name": "test_dmp_from_sympy", "signature": "test_dmp_from_sympy()", "docstring": ""}, {"name": "test_dmp_zero", "signature": "test_dmp_zero()", "docstring": ""}, {"name": "test_dmp_one_p", "signature": "test_dmp_one_p()", "docstring": ""}, {"name": "test_dmp_negative_p", "signature": "test_dmp_negative_p()", "docstring": ""}, {"name": "test_dmp_positive_p", "signature": "test_dmp_positive_p()", "docstring": ""}, {"name": "test_dmp_nest", "signature": "test_dmp_nest()", "docstring": ""}, {"name": "test_dup_deflate", "signature": "test_dup_deflate()", "docstring": ""}, {"name": "test_dmp_deflate", "signature": "test_dmp_deflate()", "docstring": ""}, {"name": "test_dup_inflate", "signature": "test_dup_inflate()", "docstring": ""}, {"name": "test_dmp_inflate", "signature": "test_dmp_inflate()", "docstring": ""}, {"name": "test_dmp_exclude", "signature": "test_dmp_exclude()", "docstring": ""}, {"name": "test_dmp_eject", "signature": "test_dmp_eject()", "docstring": ""}, {"name": "test_dup_terms_gcd", "signature": "test_dup_terms_gcd()", "docstring": ""}, {"name": "test_dmp_list_terms", "signature": "test_dmp_list_terms()", "docstring": ""}, {"name": "collect", "signature": "collect(self, paths)", "docstring": "Collect the paths (which must be under artifact root) into this artifact."}, {"name": "extract", "signature": "extract(self)", "docstring": "Extract the files in this artifact to their locations under artifact root."}, {"name": "collate", "signature": "collate(expression, collation)", "docstring": "Return the clause ``expression COLLATE collation``.\n\ne.g.::\n\n collate(mycolumn, 'utf8_bin')\n\nprod"}, {"name": "between", "signature": "between(expr, lower_bound, upper_bound, symmetric)", "docstring": "Produce a ``BETWEEN`` predicate clause.\n\nE.g.::\n\n from sqlalchemy import between\n stmt = selec"}, {"name": "literal", "signature": "literal(value, type_)", "docstring": "Return a literal clause, bound to a bind parameter.\n\nLiteral clauses are created automatically when "}, {"name": "outparam", "signature": "outparam(key, type_)", "docstring": "Create an 'OUT' parameter for usage in functions (stored procedures),\nfor databases which support th"}, {"name": "not_", "signature": "not_(clause)", "docstring": "Return a negation of the given clause, i.e. ``NOT(clause)``.\n\nThe ``~`` operator is also overloaded "}, {"name": "literal_column", "signature": "literal_column(text, type_)", "docstring": "Produce a :class:`.ColumnClause` object that has the\n:paramref:`.column.is_literal` flag set to True"}, {"name": "unique_params", "signature": "unique_params(self)", "docstring": "Return a copy with :func:`bindparam()` elements replaced.\n\nSame functionality as ``params()``, excep"}, {"name": "params", "signature": "params(self)", "docstring": "Return a copy with :func:`bindparam()` elements replaced.\n\nReturns a copy of this ClauseElement with"}, {"name": "compare", "signature": "compare(self, other)", "docstring": "Compare this ClauseElement to the given ClauseElement.\n\nSubclasses should override the default behav"}, {"name": "get_children", "signature": "get_children(self)", "docstring": "Return immediate child elements of this :class:`.ClauseElement`.\n\nThis is used for visit traversal.\n"}, {"name": "self_group", "signature": "self_group(self, against)", "docstring": "Apply a 'grouping' to this :class:`.ClauseElement`.\n\nThis method is overridden by subclasses to retu"}, {"name": "__and__", "signature": "__and__(self, other)", "docstring": "'and' at the ClauseElement level.\n\n.. deprecated:: 0.9.5 - conjunctions are intended to be\n at the"}, {"name": "__or__", "signature": "__or__(self, other)", "docstring": "'or' at the ClauseElement level.\n\n.. deprecated:: 0.9.5 - conjunctions are intended to be\n at the "}, {"name": "__invert__", "signature": "__invert__(self)", "docstring": ""}, {"name": "__bool__", "signature": "__bool__(self)", "docstring": ""}, {"name": "expression", "signature": "expression(self)", "docstring": "Return a column expression.\n\nPart of the inspection interface; returns self."}, {"name": "base_columns", "signature": "base_columns(self)", "docstring": ""}, {"name": "proxy_set", "signature": "proxy_set(self)", "docstring": ""}, {"name": "shares_lineage", "signature": "shares_lineage(self, othercolumn)", "docstring": "Return True if the given :class:`.ColumnElement`\nhas a common ancestor to this :class:`.ColumnElemen"}, {"name": "cast", "signature": "cast(self, type_)", "docstring": "Produce a type cast, i.e. ``CAST( AS )``.\n\nThis is a shortcut to the :func:`~.expr"}, {"name": "label", "signature": "label(self, name)", "docstring": "Produce a column label, i.e. `` AS ``.\n\nThis is a shortcut to the :func:`~.express"}, {"name": "anon_label", "signature": "anon_label(self)", "docstring": "provides a constant 'anonymous label' for this ColumnElement.\n\nThis is a label() expression which wi"}, {"name": "effective_value", "signature": "effective_value(self)", "docstring": "Return the value of this bound parameter,\ntaking into account if the ``callable`` parameter\nwas set."}, {"name": "bindparams", "signature": "bindparams(self)", "docstring": "Establish the values and/or types of bound parameters within\nthis :class:`.TextClause` construct.\n\nG"}, {"name": "columns", "signature": "columns(self, selectable)", "docstring": "Turn this :class:`.TextClause` object into a :class:`.TextAsFrom`\nobject that can be embedded into a"}, {"name": "comparator", "signature": "comparator(self)", "docstring": ""}, {"name": "and_", "signature": "and_(cls)", "docstring": "Produce a conjunction of expressions joined by ``AND``.\n\nE.g.::\n\n from sqlalchemy import and_\n\n "}, {"name": "or_", "signature": "or_(cls)", "docstring": "Produce a conjunction of expressions joined by ``OR``.\n\nE.g.::\n\n from sqlalchemy import or_\n\n "}, {"name": "is_comparison", "signature": "is_comparison(self)", "docstring": ""}, {"name": "__setstate__", "signature": "__setstate__(self, state)", "docstring": ""}, {"name": "type", "signature": "type(self)", "docstring": ""}, {"name": "over", "signature": "over(self, partition_by, order_by)", "docstring": "Produce an OVER clause against this :class:`.WithinGroup`\nconstruct.\n\nThis function has the same sig"}, {"name": "__reduce__", "signature": "__reduce__(self)", "docstring": ""}, {"name": "description", "signature": "description(self)", "docstring": ""}, {"name": "apply_map", "signature": "apply_map(self, map_)", "docstring": ""}, {"name": "table", "signature": "table(self)", "docstring": "pull 'table' from parent, if not present"}, {"name": "key", "signature": "key(self)", "docstring": "pull 'key' from parent, if not present"}, {"name": "repl", "signature": "repl(m)", "docstring": ""}, {"name": "__event_loop__", "signature": "__event_loop__(self)", "docstring": "The event loop thread function. Do not override or call\ndirectly (it is called by __init__)."}, {"name": "close", "signature": "close(self)", "docstring": "Closes the window."}, {"name": "draw", "signature": "draw(self)", "docstring": "Called after update during each iteration of\nthe event loop. Put OpenGL rendering calls\nhere."}, {"name": "clone", "signature": "clone(self)", "docstring": ""}, {"name": "convert_values", "signature": "convert_values(self, value, field, connection)", "docstring": "Using the same routines that Oracle does we can convert our\nextra selection objects into Geometry an"}, {"name": "resolve_aggregate", "signature": "resolve_aggregate(self, value, aggregate, connection)", "docstring": "Overridden from GeoQuery's normalize to handle the conversion of\nGeoAggregate objects."}, {"name": "findallcontain", "signature": "findallcontain(elem, tag)", "docstring": ""}, {"name": "fake_get_all_flavors_sorted_list", "signature": "fake_get_all_flavors_sorted_list(context, inactive, filters, sort_key, sort_dir, limit, marker)", "docstring": ""}, {"name": "fake_get_limit_and_marker", "signature": "fake_get_limit_and_marker(request, max_limit)", "docstring": ""}, {"name": "test_get_flavor_list", "signature": "test_get_flavor_list(self)", "docstring": ""}, {"name": "test_get_flavor_list_with_marker", "signature": "test_get_flavor_list_with_marker(self)", "docstring": ""}, {"name": "test_get_flavor_list_with_invalid_marker", "signature": "test_get_flavor_list_with_invalid_marker(self)", "docstring": ""}, {"name": "test_get_flavor_list_filter_min_disk", "signature": "test_get_flavor_list_filter_min_disk(self)", "docstring": ""}, {"name": "test_get_flavor_list_detail_min_ram_and_min_disk", "signature": "test_get_flavor_list_detail_min_ram_and_min_disk(self)", "docstring": "Tests that filtering work on flavor details and that minRam and\nminDisk filters can be combined"}, {"name": "test_index_should_list_disabled_flavors_to_admin", "signature": "test_index_should_list_disabled_flavors_to_admin(self)", "docstring": ""}, {"name": "test_show_should_include_disabled_flavor_for_user", "signature": "test_show_should_include_disabled_flavor_for_user(self)", "docstring": "Counterintuitively we should show disabled flavors to all users and\nnot just admins. The reason is t"}, {"name": "test_None", "signature": "test_None(self)", "docstring": ""}, {"name": "test_truthy", "signature": "test_truthy(self)", "docstring": ""}, {"name": "test_string_none", "signature": "test_string_none(self)", "docstring": ""}, {"name": "calendar_id2real_id", "signature": "calendar_id2real_id(calendar_id, with_date)", "docstring": "Convert a \"virtual/recurring event id\" (type string) into a real event id (type int).\nE.g. virtual/r"}, {"name": "exp_report", "signature": "exp_report(db, uid, object, ids, datas, context)", "docstring": "Export Report"}, {"name": "onchange_partner_id", "signature": "onchange_partner_id(self, cr, uid, ids, partner_id, context)", "docstring": "Make entry on email and availability on change of partner_id field.\n@param partner_id: changed value"}, {"name": "get_ics_file", "signature": "get_ics_file(self, cr, uid, event_obj, context)", "docstring": "Returns iCalendar file for the event invitation.\n@param event_obj: event object (browse record)\n@ret"}, {"name": "onchange_user_id", "signature": "onchange_user_id(self, cr, uid, ids, user_id)", "docstring": "Make entry on email and availability on change of user_id field.\n@param ids: list of attendee's IDs\n"}, {"name": "do_tentative", "signature": "do_tentative(self, cr, uid, ids, context)", "docstring": "Makes event invitation as Tentative.\n@param ids: list of attendee's IDs"}, {"name": "do_accept", "signature": "do_accept(self, cr, uid, ids, context)", "docstring": "Marks event invitation as Accepted.\n@param ids: list of attendee's IDs"}, {"name": "do_decline", "signature": "do_decline(self, cr, uid, ids, context)", "docstring": "Marks event invitation as Declined.\n@param ids: list of calendar attendee's IDs"}, {"name": "get_attendee_detail", "signature": "get_attendee_detail(self, cr, uid, ids, meeting_id, context)", "docstring": "Return a list of tuple (id, name, status)\nUsed by web_calendar.js : Many2ManyAttendee"}, {"name": "do_mail_reminder", "signature": "do_mail_reminder(self, cr, uid, alert, context)", "docstring": ""}, {"name": "do_notif_reminder", "signature": "do_notif_reminder(self, cr, uid, alert, context)", "docstring": ""}, {"name": "unlink", "signature": "unlink(self, cr, uid, ids, context)", "docstring": ""}, {"name": "do_run_scheduler", "signature": "do_run_scheduler(self, cr, uid, id, context)", "docstring": ""}, {"name": "get_recurrent_date_by_event", "signature": "get_recurrent_date_by_event(self, cr, uid, event, context)", "docstring": "Get recurrent dates based on Rule string and all event where recurrent_id is child\n "}, {"name": "get_date_formats", "signature": "get_date_formats(self, cr, uid, context)", "docstring": ""}, {"name": "get_display_time_tz", "signature": "get_display_time_tz(self, cr, uid, ids, tz, context)", "docstring": ""}, {"name": "onchange_dates", "signature": "onchange_dates(self, cr, uid, ids, fromtype, start, end, checkallday, allday, context)", "docstring": "Returns duration and end date based on values passed\n@param ids: List of calendar event's IDs."}, {"name": "get_recurrent_ids", "signature": "get_recurrent_ids(self, cr, uid, event_id, domain, order, context)", "docstring": "Gives virtual event ids for recurring events\nThis method gives ids of dates that comes between start"}, {"name": "compute_rule_string", "signature": "compute_rule_string(self, data)", "docstring": "Compute rule string according to value type RECUR of iCalendar from the values given.\n@param self: t"}, {"name": "onchange_partner_ids", "signature": "onchange_partner_ids(self, cr, uid, ids, value, context)", "docstring": "The basic purpose of this method is to check that destination partners\neffectively have email addres"}, {"name": "check_partners_email", "signature": "check_partners_email(self, cr, uid, partner_ids, context)", "docstring": "Verify that selected partner_ids have an email_address defined.\nOtherwise throw a warning. "}, {"name": "message_subscribe", "signature": "message_subscribe(self, cr, uid, ids, partner_ids, subtype_ids, context)", "docstring": ""}, {"name": "get_attendee", "signature": "get_attendee(self, cr, uid, meeting_id, context)", "docstring": ""}, {"name": "get_interval", "signature": "get_interval(self, cr, uid, ids, date, interval, tz, context)", "docstring": "Format and localize some dates to be used in email templates\n\n:param string date: date/time to be fo"}, {"name": "export_data", "signature": "export_data(self, cr, uid, ids)", "docstring": "Override to convert virtual ids to ids "}, {"name": "search", "signature": "search(self, cr, uid, args, offset, limit, order, context, count)", "docstring": "convert the search on real ids in the case it was asked on virtual ids, then call super()"}, {"name": "default_get", "signature": "default_get(self, cr, uid, fields, context)", "docstring": "in case someone clicked on 'invite others' wizard in the followers widget, transform virtual ids in "}, {"name": "ics_datetime", "signature": "ics_datetime(idate, allday)", "docstring": ""}, {"name": "test_calling_conventions", "signature": "test_calling_conventions(self)", "docstring": ""}, {"name": "test_security_group_default_rules_show", "signature": "test_security_group_default_rules_show(self)", "docstring": ""}, {"name": "process_transform", "signature": "process_transform(transform, ax, data, return_trans, force_trans)", "docstring": "Process the transform and convert data to figure or data coordinates\n\nParameters\n----------\ntransfor"}, {"name": "crawl_fig", "signature": "crawl_fig(self, fig)", "docstring": "Crawl the figure and process all axes"}, {"name": "crawl_ax", "signature": "crawl_ax(self, ax)", "docstring": "Crawl the axes and process all elements within"}, {"name": "crawl_legend", "signature": "crawl_legend(self, ax, legend)", "docstring": "Recursively look through objects in legend children"}, {"name": "draw_line", "signature": "draw_line(self, ax, line, force_trans)", "docstring": "Process a matplotlib line and call renderer.draw_line"}, {"name": "draw_text", "signature": "draw_text(self, ax, text, force_trans, text_type)", "docstring": "Process a matplotlib text object and call renderer.draw_text"}, {"name": "draw_patch", "signature": "draw_patch(self, ax, patch, force_trans)", "docstring": "Process a matplotlib patch object and call renderer.draw_path"}, {"name": "draw_collection", "signature": "draw_collection(self, ax, collection, force_pathtrans, force_offsettrans)", "docstring": "Process a matplotlib collection and call renderer.draw_collection"}, {"name": "draw_image", "signature": "draw_image(self, ax, image)", "docstring": "Process a matplotlib image object and call renderer.draw_image"}, {"name": "mtime", "signature": "mtime(self)", "docstring": "Returns the time the robots.txt file was last fetched.\n\nThis is useful for long-running web spiders "}, {"name": "modified", "signature": "modified(self)", "docstring": "Sets the time the robots.txt file was last fetched to the\ncurrent time."}, {"name": "set_url", "signature": "set_url(self, url)", "docstring": "Sets the URL referring to a robots.txt file."}, {"name": "can_fetch", "signature": "can_fetch(self, useragent, url)", "docstring": "using the parsed robots.txt decide if useragent can fetch url"}, {"name": "applies_to", "signature": "applies_to(self, useragent)", "docstring": "check if this entry applies to the specified agent"}, {"name": "allowance", "signature": "allowance(self, filename)", "docstring": "Preconditions:\n- our agent applies to this entry\n- filename is URL decoded"}, {"name": "http_error_default", "signature": "http_error_default(self, url, fp, errcode, errmsg, headers)", "docstring": ""}, {"name": "ip_address", "signature": "ip_address(address)", "docstring": "Take an IP string/int and return an object of the correct type.\n\nArgs:\n address: A string or inte"}, {"name": "ip_network", "signature": "ip_network(address, strict)", "docstring": "Take an IP string/int and return an object of the correct type.\n\nArgs:\n address: A string or inte"}, {"name": "ip_interface", "signature": "ip_interface(address)", "docstring": "Take an IP string/int and return an object of the correct type.\n\nArgs:\n address: A string or inte"}, {"name": "v4_int_to_packed", "signature": "v4_int_to_packed(address)", "docstring": "Represent an address as 4 packed bytes in network (big-endian) order.\n\nArgs:\n address: An integer"}, {"name": "v6_int_to_packed", "signature": "v6_int_to_packed(address)", "docstring": "Represent an address as 16 packed bytes in network (big-endian) order.\n\nArgs:\n address: An intege"}, {"name": "summarize_address_range", "signature": "summarize_address_range(first, last)", "docstring": "Summarize a network range given the first and last IP addresses.\n\nExample:\n >>> list(summarize_ad"}, {"name": "collapse_addresses", "signature": "collapse_addresses(addresses)", "docstring": "Collapse a list of IP objects.\n\nExample:\n collapse_addresses([IPv4Network('192.0.2.0/25'),\n "}, {"name": "get_mixed_type_key", "signature": "get_mixed_type_key(obj)", "docstring": "Return a key suitable for sorting between networks and addresses.\n\nAddress and Network objects are n"}, {"name": "__le__", "signature": "__le__(self, other)", "docstring": ""}, {"name": "exploded", "signature": "exploded(self)", "docstring": "Return the longhand version of the IP address as a string."}, {"name": "compressed", "signature": "compressed(self)", "docstring": "Return the shorthand version of the IP address as a string."}, {"name": "reverse_pointer", "signature": "reverse_pointer(self)", "docstring": "The name of the reverse DNS pointer for the IP address, e.g.:\n>>> ipaddress.ip_address(\"127.0.0.1\")."}, {"name": "version", "signature": "version(self)", "docstring": ""}, {"name": "__sub__", "signature": "__sub__(self, other)", "docstring": ""}, {"name": "hosts", "signature": "hosts(self)", "docstring": "Generate Iterator over usable hosts in a network.\n\nThis is like __iter__ except it doesn't return th"}, {"name": "__hash__", "signature": "__hash__(self)", "docstring": ""}, {"name": "overlaps", "signature": "overlaps(self, other)", "docstring": "Tell if self is partly contained in other."}, {"name": "num_addresses", "signature": "num_addresses(self)", "docstring": "Number of hosts in the current subnet."}, {"name": "address_exclude", "signature": "address_exclude(self, other)", "docstring": "Remove an address from a larger block.\n\nFor example:\n\n addr1 = ip_network('192.0.2.0/28')\n add"}, {"name": "compare_networks", "signature": "compare_networks(self, other)", "docstring": "Compare two IP objects.\n\nThis is only concerned about the comparison of the integer\nrepresentation o"}, {"name": "subnets", "signature": "subnets(self, prefixlen_diff, new_prefix)", "docstring": "The subnets which join to make the current subnet.\n\nIn the case that self contains only one IP\n(self"}, {"name": "supernet", "signature": "supernet(self, prefixlen_diff, new_prefix)", "docstring": "The supernet containing the current network.\n\nArgs:\n prefixlen_diff: An integer, the amount the p"}, {"name": "is_multicast", "signature": "is_multicast(self)", "docstring": "Test if the address is reserved for multicast use.\n\nReturns:\n A boolean, True if the address is a"}, {"name": "subnet_of", "signature": "subnet_of(self, other)", "docstring": ""}, {"name": "is_reserved", "signature": "is_reserved(self)", "docstring": "Test if the address is otherwise IETF reserved.\n\nReturns:\n A boolean, True if the address is with"}, {"name": "is_link_local", "signature": "is_link_local(self)", "docstring": "Test if the address is reserved for link-local.\n\nReturns:\n A boolean, True if the address is rese"}, {"name": "is_private", "signature": "is_private(self)", "docstring": "Test if this address is allocated for private networks.\n\nReturns:\n A boolean, True if the address"}, {"name": "is_global", "signature": "is_global(self)", "docstring": "Test if this address is allocated for public networks.\n\nReturns:\n A boolean, True if the address "}, {"name": "is_unspecified", "signature": "is_unspecified(self)", "docstring": "Test if the address is unspecified.\n\nReturns:\n A boolean, True if this is the unspecified address"}, {"name": "is_loopback", "signature": "is_loopback(self)", "docstring": "Test if the address is a loopback address.\n\nReturns:\n A boolean, True if the address is a loopbac"}, {"name": "packed", "signature": "packed(self)", "docstring": "The binary representation of this address."}, {"name": "with_hostmask", "signature": "with_hostmask(self)", "docstring": ""}, {"name": "max_prefixlen", "signature": "max_prefixlen(self)", "docstring": ""}, {"name": "is_site_local", "signature": "is_site_local(self)", "docstring": "Test if the address is reserved for site-local.\n\nNote that the site-local address space has been dep"}, {"name": "ipv4_mapped", "signature": "ipv4_mapped(self)", "docstring": "Return the IPv4 mapped address.\n\nReturns:\n If the IPv6 address is a v4 mapped address, return the"}, {"name": "teredo", "signature": "teredo(self)", "docstring": "Tuple of embedded teredo IPs.\n\nReturns:\n Tuple of the (server, client) IPs or None if the address"}, {"name": "sixtofour", "signature": "sixtofour(self)", "docstring": "Return the IPv4 6to4 embedded address.\n\nReturns:\n The IPv4 6to4-embedded address if present or No"}, {"name": "ip", "signature": "ip(self)", "docstring": ""}, {"name": "form_valid", "signature": "form_valid(self, form)", "docstring": ""}, {"name": "is_iterable", "signature": "is_iterable(x)", "docstring": "A implementation independent way of checking for iterables"}, {"name": "escape_html", "signature": "escape_html(text, table)", "docstring": "Escape &, <, > as well as single and double quotes for HTML."}, {"name": "get_style_defs", "signature": "get_style_defs(self, arg)", "docstring": "Return CSS style definitions for the classes produced by the current\nhighlighting style. ``arg`` can"}, {"name": "wrap", "signature": "wrap(self, source, outfile)", "docstring": "Wrap the ``source``, which is a generator yielding\nindividual lines, in custom generators. See docst"}, {"name": "format_unencoded", "signature": "format_unencoded(self, tokensource, outfile)", "docstring": "The formatting process uses several nested generators; which of\nthem are used is determined by the u"}, {"name": "prefix", "signature": "prefix(cls)", "docstring": ""}, {"name": "get_execution_environment", "signature": "get_execution_environment(self)", "docstring": "Get the ExecutionEnvironment. If the ExecutionEnvironment has not been set,\nit initial the Execution"}, {"name": "get_stream_execution_environment", "signature": "get_stream_execution_environment(self)", "docstring": "Get the StreamExecutionEnvironment. If the StreamExecutionEnvironment has not been\nset, it initial t"}, {"name": "get_batch_table_environment", "signature": "get_batch_table_environment(self)", "docstring": "Get the BatchTableEnvironment. If the BatchTableEnvironment has not been set,\nit initial the BatchTa"}, {"name": "get_stream_table_environment", "signature": "get_stream_table_environment(self)", "docstring": "Get the StreamTableEnvironment. If the StreamTableEnvironment has not been set,\nit initial the Strea"}, {"name": "Reset", "signature": "Reset(self)", "docstring": "Clears the MockCloudBucket's datastore."}, {"name": "DownloadFile", "signature": "DownloadFile(self, path)", "docstring": ""}, {"name": "FileExists", "signature": "FileExists(self, path)", "docstring": ""}, {"name": "report_start", "signature": "report_start(name)", "docstring": "reports an event's start.\nNOTE: you *must* fire off a corresponding event end with report_end"}, {"name": "report_end", "signature": "report_end(name)", "docstring": "reports an event's end.\nNOTE: you *must* have fired off a corresponding event start with report_star"}, {"name": "report_start_end", "signature": "report_start_end(name)", "docstring": "returns a function decorator and/or context manager which raises start and end events.\nIf name is No"}, {"name": "report_value", "signature": "report_value(name, value)", "docstring": "reports a value event to the counters."}, {"name": "register_counter", "signature": "register_counter(counter, throw_if_exists)", "docstring": "Register a counter with PyCounters\n "}, {"name": "unregister_counter", "signature": "unregister_counter(counter, name)", "docstring": "Removes a previously registered counter\n "}, {"name": "output_report", "signature": "output_report()", "docstring": "Manually cause the current values of all registered counters to be reported."}, {"name": "start_auto_reporting", "signature": "start_auto_reporting(seconds)", "docstring": "Start reporting in a background thread. Reporting frequency is set by seconds param."}, {"name": "stop_auto_reporting", "signature": "stop_auto_reporting()", "docstring": "Stop auto reporting "}, {"name": "register_reporter", "signature": "register_reporter(reporter)", "docstring": "add a reporter to PyCounters. Registered reporters will output collected metrics"}, {"name": "unregister_reporter", "signature": "unregister_reporter(reporter)", "docstring": "remove a reporter from PyCounters."}, {"name": "configure_multi_process_collection", "signature": "configure_multi_process_collection(collecting_address, timeout_in_sec, role)", "docstring": "configures PyCounters to collect values from multiple processes\n\n:param collecting_address: a list o"}, {"name": "page_title_breadcrumbs", "signature": "page_title_breadcrumbs()", "docstring": "This function creates a suitable page title in the form:\nSpecific | Less Specific | General | edX\nIt"}, {"name": "page_title_breadcrumbs_tag", "signature": "page_title_breadcrumbs_tag(context)", "docstring": "Django template that creates breadcrumbs for page titles:\n{% page_title_breadcrumbs \"Specific\" \"Less"}, {"name": "platform_name", "signature": "platform_name()", "docstring": "Django template tag that outputs the current platform name:\n{% platform_name %}"}, {"name": "favicon_path", "signature": "favicon_path(default)", "docstring": "Django template tag that outputs the configured favicon:\n{% favicon_path %}"}, {"name": "microsite_css_overrides_file", "signature": "microsite_css_overrides_file()", "docstring": "Django template tag that outputs the css import for a:\n{% microsite_css_overrides_file %}"}, {"name": "assert_npequal", "signature": "assert_npequal(a, b)", "docstring": ""}, {"name": "test_merge_system", "signature": "test_merge_system()", "docstring": ""}, {"name": "test_crystal", "signature": "test_crystal()", "docstring": "Building a crystal by using spacegroup module"}, {"name": "test_sort", "signature": "test_sort()", "docstring": ""}, {"name": "test_bond_orders", "signature": "test_bond_orders()", "docstring": ""}, {"name": "test_random", "signature": "test_random()", "docstring": "Testing random made box"}, {"name": "test_bond_guessing", "signature": "test_bond_guessing()", "docstring": ""}, {"name": "test_extending", "signature": "test_extending()", "docstring": ""}, {"name": "test_remove_atoms", "signature": "test_remove_atoms(self)", "docstring": ""}, {"name": "test_reorder_molecules", "signature": "test_reorder_molecules(self)", "docstring": ""}, {"name": "ensure_defaults", "signature": "ensure_defaults(self, alias)", "docstring": "Puts the defaults into the settings dictionary for a given connection\nwhere no settings is provided."}, {"name": "prepare_test_settings", "signature": "prepare_test_settings(self, alias)", "docstring": "Makes sure the test settings are available in the 'TEST' sub-dictionary."}, {"name": "get_migratable_models", "signature": "get_migratable_models(self, app_config, db, include_auto_created)", "docstring": "Return app models allowed to be synchronized on provided db."}, {"name": "test_retrieve", "signature": "test_retrieve(self)", "docstring": "Test retrieval of SpatialRefSys model objects."}, {"name": "test_osr", "signature": "test_osr(self)", "docstring": "Test getting OSR objects from SpatialRefSys model objects."}, {"name": "test_ellipsoid", "signature": "test_ellipsoid(self)", "docstring": "Test the ellipsoid property."}, {"name": "test_add_entry", "signature": "test_add_entry(self)", "docstring": "Test adding a new entry in the SpatialRefSys model using the\nadd_srs_entry utility."}, {"name": "upgrade", "signature": "upgrade()", "docstring": ""}, {"name": "test_tracking_context", "signature": "test_tracking_context(self)", "docstring": "Ensure the tracking context is set up in the api client correctly and\nautomatically."}, {"name": "test_client_unicode", "signature": "test_client_unicode(self)", "docstring": "The client should handle json responses properly when they contain\nunicode character data.\n\nRegressi"}, {"name": "test_urlizetrunc01", "signature": "test_urlizetrunc01(self)", "docstring": ""}, {"name": "test_urlizetrunc02", "signature": "test_urlizetrunc02(self)", "docstring": ""}, {"name": "test_truncate", "signature": "test_truncate(self)", "docstring": ""}, {"name": "test_autoescape", "signature": "test_autoescape(self)", "docstring": ""}, {"name": "visit_EmptyNode", "signature": "visit_EmptyNode(self, node)", "docstring": ""}, {"name": "visit_MethodNode", "signature": "visit_MethodNode(self, node)", "docstring": ""}, {"name": "visit_PlusAssignmentNode", "signature": "visit_PlusAssignmentNode(self, node)", "docstring": ""}, {"name": "visit_UMinusNode", "signature": "visit_UMinusNode(self, node)", "docstring": ""}, {"name": "initialize", "signature": "initialize(self, gd)", "docstring": "Initialize Y_L arrays"}, {"name": "to_file", "signature": "to_file(self, calculator, filename, mode)", "docstring": "Expand the charge distribution in multipoles and write\nthe result to a file"}, {"name": "miles_graph", "signature": "miles_graph()", "docstring": "Return the cites example graph in miles_dat.txt\nfrom the Stanford GraphBase."}, {"name": "get_bit", "signature": "get_bit(bit_mask, position)", "docstring": "Utility Function that extracts a bit from a byte\nShould probably check on length of the bit_mask and"}, {"name": "hex_dump", "signature": "hex_dump(random_integer)", "docstring": "hex_dump returns the hex representation of a number"}, {"name": "open", "signature": "open(self)", "docstring": "open() attempts to open the serial port based on the current configuration settings of port and baud"}, {"name": "__enter__", "signature": "__enter__(self)", "docstring": "__enter__ implements context manager features for the class"}, {"name": "__exit__", "signature": "__exit__(self, exc_ty, exc_val, tb)", "docstring": "__exit__ implements context manager features for the class"}, {"name": "read_frame", "signature": "read_frame(self)", "docstring": "This returns a dictionary that has the essence of the raw radio message received\n\nTypically a radio "}, {"name": "format_element", "signature": "format_element(bfo, separator)", "docstring": "Prints the reprinted editions of a record\n\n@param separator: a separator between reprinted editions\n"}, {"name": "parse_hostname", "signature": "parse_hostname(config)", "docstring": ""}, {"name": "test_hiddeninput", "signature": "test_hiddeninput(self)", "docstring": ""}, {"name": "test_checkboxinput", "signature": "test_checkboxinput(self)", "docstring": ""}, {"name": "test_selectmultiple", "signature": "test_selectmultiple(self)", "docstring": ""}, {"name": "test_checkboxselectmultiple", "signature": "test_checkboxselectmultiple(self)", "docstring": ""}, {"name": "test_multi", "signature": "test_multi(self)", "docstring": ""}, {"name": "test_datetimeinput", "signature": "test_datetimeinput(self)", "docstring": ""}, {"name": "test_dateinput", "signature": "test_dateinput(self)", "docstring": ""}, {"name": "test_splithiddendatetime", "signature": "test_splithiddendatetime(self)", "docstring": ""}, {"name": "test_multiwidget", "signature": "test_multiwidget(self)", "docstring": ""}, {"name": "test_timeinput", "signature": "test_timeinput(self)", "docstring": ""}, {"name": "test_datetime_locale_aware", "signature": "test_datetime_locale_aware(self)", "docstring": ""}, {"name": "test_nullbooleanselect", "signature": "test_nullbooleanselect(self)", "docstring": "Ensure that the NullBooleanSelect widget's options are lazily\nlocalized.\nRefs #17190"}, {"name": "test_textarea_trailing_newlines", "signature": "test_textarea_trailing_newlines(self)", "docstring": "Test that a roundtrip on a ModelForm doesn't alter the TextField value"}, {"name": "test_clear_input_renders", "signature": "test_clear_input_renders(self)", "docstring": "A ClearableFileInput with is_required False and rendered with\nan initial value that is a file render"}, {"name": "test_html_escaped", "signature": "test_html_escaped(self)", "docstring": "A ClearableFileInput should escape name, filename and URL when\nrendering HTML. Refs #15182."}, {"name": "test_html_does_not_mask_exceptions", "signature": "test_html_does_not_mask_exceptions(self)", "docstring": "A ClearableFileInput should not mask exceptions produced while\nchecking that it has a value."}, {"name": "test_clear_input_renders_only_if_not_required", "signature": "test_clear_input_renders_only_if_not_required(self)", "docstring": "A ClearableFileInput with is_required=False does not render a clear\ncheckbox."}, {"name": "test_clear_input_renders_only_if_initial", "signature": "test_clear_input_renders_only_if_initial(self)", "docstring": "A ClearableFileInput instantiated with no initial value does not render\na clear checkbox."}, {"name": "test_clear_input_checked_returns_false", "signature": "test_clear_input_checked_returns_false(self)", "docstring": "ClearableFileInput.value_from_datadict returns False if the clear\ncheckbox is checked, if not requir"}, {"name": "test_clear_input_checked_returns_false_only_if_not_required", "signature": "test_clear_input_checked_returns_false_only_if_not_required(self)", "docstring": "ClearableFileInput.value_from_datadict never returns False if the field\nis required."}, {"name": "test_l10n_date_changed", "signature": "test_l10n_date_changed(self)", "docstring": "Ensure that DateField.has_changed() with SelectDateWidget works\ncorrectly with a localized date form"}, {"name": "test_l10n_invalid_date_in", "signature": "test_l10n_invalid_date_in(self)", "docstring": ""}, {"name": "test_form_label_association", "signature": "test_form_label_association(self)", "docstring": ""}, {"name": "test_deepcopy", "signature": "test_deepcopy(self)", "docstring": "__deepcopy__() should copy all attributes properly (#25085)."}, {"name": "url", "signature": "url(self)", "docstring": ""}, {"name": "test_play_iterator", "signature": "test_play_iterator(self)", "docstring": ""}, {"name": "test_play_iterator_nested_blocks", "signature": "test_play_iterator_nested_blocks(self)", "docstring": ""}, {"name": "get_value", "signature": "get_value(arg, config, module)", "docstring": ""}, {"name": "check_interface", "signature": "check_interface(module, netcfg)", "docstring": ""}, {"name": "state_present", "signature": "state_present(module, existing, proposed, candidate)", "docstring": ""}, {"name": "is_quoted", "signature": "is_quoted(data)", "docstring": ""}, {"name": "unquote", "signature": "unquote(data)", "docstring": "removes first and last quotes from a string, if the string starts and ends with the same quotes "}, {"name": "handle", "signature": "handle(self)", "docstring": ""}, {"name": "process_sprite_group", "signature": "process_sprite_group(group, dt)", "docstring": "calls update for the whole group and removes after who returns True"}, {"name": "group_collide", "signature": "group_collide(group, other_object)", "docstring": "Check collision between a group and another object\nreturns how many object collided\nremoves the coll"}, {"name": "group_group_collide", "signature": "group_group_collide(group1, group2)", "docstring": "For each item in group1 calls group collide\nif a collision happened destroy the item"}, {"name": "collide", "signature": "collide(self, other_object)", "docstring": "Determine if this object collides with another"}, {"name": "get_block_device_mapping", "signature": "get_block_device_mapping(image)", "docstring": "Retrieves block device mapping from AMI"}, {"name": "create_image", "signature": "create_image(module, ec2)", "docstring": "Creates new AMI\n\nmodule : AnsibleModule object\nec2: authenticated ec2 connection object"}, {"name": "deregister_image", "signature": "deregister_image(module, ec2)", "docstring": "Deregisters AMI"}, {"name": "update_image", "signature": "update_image(module, ec2, image_id)", "docstring": "Updates AMI"}, {"name": "testMethods", "signature": "testMethods(self)", "docstring": ""}, {"name": "testConstants", "signature": "testConstants(self)", "docstring": ""}, {"name": "service", "signature": "service(tasks)", "docstring": "Mark class as a service"}, {"name": "__get__", "signature": "__get__(self, obj, objtype)", "docstring": ""}, {"name": "call_doxygen", "signature": "call_doxygen()", "docstring": ""}, {"name": "group_to_quickbook", "signature": "group_to_quickbook(section)", "docstring": ""}, {"name": "model_to_quickbook2", "signature": "model_to_quickbook2(classname, section)", "docstring": ""}, {"name": "gibbs", "signature": "gibbs(self, v)", "docstring": "Perform one Gibbs sampling step.\n\nParameters\n----------\nv : array-like, shape (n_samples, n_features"}, {"name": "partial_fit", "signature": "partial_fit(self, X, y)", "docstring": "Fit the model to the data X which should contain a partial\nsegment of the data.\n\nParameters\n--------"}, {"name": "score_samples", "signature": "score_samples(self, X)", "docstring": "Compute the pseudo-likelihood of X.\n\nParameters\n----------\nX : {array-like, sparse matrix} shape (n_"}, {"name": "peliculas", "signature": "peliculas(item)", "docstring": ""}, {"name": "peliculas_tv", "signature": "peliculas_tv(item)", "docstring": ""}, {"name": "cleanup_all_local_cfg", "signature": "cleanup_all_local_cfg(dag, upstream_step, step_section)", "docstring": ""}, {"name": "has_symlink", "signature": "has_symlink()", "docstring": ""}, {"name": "test_exclude", "signature": "test_exclude(self)", "docstring": ""}, {"name": "test_include_excludes_other", "signature": "test_include_excludes_other(self)", "docstring": "If include is specified, other packages should be excluded."}, {"name": "test_dir_with_packages_in_subdir_is_excluded", "signature": "test_dir_with_packages_in_subdir_is_excluded(self)", "docstring": "Ensure that a package in a non-package such as build/pkg/__init__.py\nis excluded."}, {"name": "test_symlinked_packages_are_included", "signature": "test_symlinked_packages_are_included(self)", "docstring": "A symbolically-linked directory should be treated like any other\ndirectory when matched as a package"}, {"name": "test_pep420_ns_package", "signature": "test_pep420_ns_package(self)", "docstring": ""}, {"name": "test_regular_package_with_nested_pep420_ns_packages", "signature": "test_regular_package_with_nested_pep420_ns_packages(self)", "docstring": ""}, {"name": "test_pep420_ns_package_no_non_package_dirs", "signature": "test_pep420_ns_package_no_non_package_dirs(self)", "docstring": ""}, {"name": "get_initial", "signature": "get_initial(self)", "docstring": "Returns the initial data to use for forms on this view."}, {"name": "get_form_class", "signature": "get_form_class(self)", "docstring": "Returns the form class to use in this view"}, {"name": "get_form", "signature": "get_form(self, form_class)", "docstring": "Returns an instance of the form to be used in this view."}, {"name": "form_invalid", "signature": "form_invalid(self, form)", "docstring": ""}, {"name": "get_success_url", "signature": "get_success_url(self)", "docstring": ""}, {"name": "call_credentials_metadata_plugin", "signature": "call_credentials_metadata_plugin(plugin, name)", "docstring": "Args:\n plugin: A callable accepting a grpc.AuthMetadataContext\n object and a callback (itself ac"}, {"name": "unDERify", "signature": "unDERify(tx)", "docstring": "Make the signature in vin 0 of a tx non-DER-compliant,\nby adding padding after the S-value."}, {"name": "setup_network", "signature": "setup_network(self)", "docstring": ""}, {"name": "verify_valid_flag", "signature": "verify_valid_flag(self, cmd_line)", "docstring": ""}, {"name": "test_showrefcount", "signature": "test_showrefcount(self)", "docstring": ""}, {"name": "test_large_PYTHONPATH", "signature": "test_large_PYTHONPATH(self)", "docstring": ""}, {"name": "test_stdin_readline", "signature": "test_stdin_readline(self)", "docstring": ""}, {"name": "test_no_stdout", "signature": "test_no_stdout(self)", "docstring": ""}, {"name": "test_no_std_streams", "signature": "test_no_std_streams(self)", "docstring": ""}, {"name": "test_hash_randomization", "signature": "test_hash_randomization(self)", "docstring": ""}, {"name": "test_del___main__", "signature": "test_del___main__(self)", "docstring": ""}, {"name": "test_unknown_options", "signature": "test_unknown_options(self)", "docstring": ""}, {"name": "setUpClass", "signature": "setUpClass(cls)", "docstring": ""}, {"name": "tearDownClass", "signature": "tearDownClass(cls)", "docstring": ""}, {"name": "test_contains", "signature": "test_contains(self)", "docstring": ""}, {"name": "test_getitem", "signature": "test_getitem(self)", "docstring": ""}, {"name": "test_get_os_name", "signature": "test_get_os_name(self)", "docstring": ""}, {"name": "test_is_valid_address_value", "signature": "test_is_valid_address_value(self)", "docstring": ""}, {"name": "test_get_mapping", "signature": "test_get_mapping(self)", "docstring": ""}, {"name": "test_len", "signature": "test_len(self)", "docstring": ""}, {"name": "test_keepRef", "signature": "test_keepRef(self)", "docstring": ""}, {"name": "test_hasRef", "signature": "test_hasRef(self)", "docstring": ""}, {"name": "test_getRef", "signature": "test_getRef(self)", "docstring": ""}, {"name": "test_delRef", "signature": "test_delRef(self)", "docstring": ""}, {"name": "insert_unique", "signature": "insert_unique(db, klass)", "docstring": "Insert an item into the DB if it can't be found"}, {"name": "retrieve_item", "signature": "retrieve_item(db, klass)", "docstring": "Retrieve an item into the DB if it can be found"}, {"name": "add_instance_item", "signature": "add_instance_item(db, variable, mip, model, experiment, ensemble, realm)", "docstring": "Add a new test instance item to the DB"}, {"name": "add_version_item", "signature": "add_version_item(db, instance_id, path, is_latest, checked_on, to_update, dataset_id, version)", "docstring": "Add a new test version item to the DB"}, {"name": "add_warning_item", "signature": "add_warning_item(db, version_id, warning, added_by, added_on)", "docstring": "Add a new test warning item to the DB"}, {"name": "add_file_item", "signature": "add_file_item(db, version_id, filename, md5, sha256)", "docstring": "Add a new test file item to the DB"}, {"name": "fin", "signature": "fin()", "docstring": ""}, {"name": "test_promote_volume_not_replicated", "signature": "test_promote_volume_not_replicated(self)", "docstring": ""}, {"name": "test_promote_volume_not_replicated_xml", "signature": "test_promote_volume_not_replicated_xml(self)", "docstring": ""}, {"name": "test_promote_replication_volume_status_xml", "signature": "test_promote_replication_volume_status_xml(self, _rpcapi_promote)", "docstring": ""}, {"name": "test_reenable_volume_not_replicated", "signature": "test_reenable_volume_not_replicated(self)", "docstring": ""}, {"name": "test_reenable_replication_replication_status", "signature": "test_reenable_replication_replication_status(self, _rpcapi_promote)", "docstring": ""}, {"name": "append_tcp_flags", "signature": "append_tcp_flags(rule, param, flag)", "docstring": ""}, {"name": "append_csv", "signature": "append_csv(rule, param, flag)", "docstring": ""}, {"name": "process_response", "signature": "process_response(request, response)", "docstring": ""}, {"name": "render_comment_form", "signature": "render_comment_form(context, url, title, identifier)", "docstring": ""}, {"name": "create_bool_select_annotation", "signature": "create_bool_select_annotation(keys_list, label, true_label, false_label, class_name, description)", "docstring": "Creates inputex annotation to display bool type as a select."}, {"name": "register_module", "signature": "register_module()", "docstring": "Registers this module in the registry."}, {"name": "get_html_for", "signature": "get_html_for(cls, handler, schema_json, annotations, object_key, rest_url, exit_url, extra_args, save_method, delete_url, delete_message, delete_method, auto_return, read_only, required_modules, extra_js_files, delete_button_caption, save_button_caption, exit_button_caption)", "docstring": "Creates an HTML code needed to embed and operate this form.\n\nThis method creates an HTML, JS and CSS"}, {"name": "get_template", "signature": "get_template(self, template_name, dirs)", "docstring": "Sets up an environment and Gets jinja template."}, {"name": "get_edit_custom_tag", "signature": "get_edit_custom_tag(self)", "docstring": "Return the the page used to edit a custom HTML tag in a popup."}, {"name": "get_add_custom_tag", "signature": "get_add_custom_tag(self)", "docstring": "Return the page for the popup used to add a custom HTML tag."}, {"name": "mock_inline_css", "signature": "mock_inline_css(monkeypatch)", "docstring": "Mock jingo_minify.helpers.is_external: don't break on missing files.\n\nWhen testing, we don't want no"}, {"name": "prefix_indexes", "signature": "prefix_indexes(config)", "docstring": "Prefix all ES index names and cache keys with `test_` and, if running\nunder xdist, the ID of the cur"}, {"name": "instrument_jinja", "signature": "instrument_jinja()", "docstring": "Make sure the \"templates\" list in a response is properly updated, even\nthough we're using Jinja2 and"}, {"name": "default_prefixer", "signature": "default_prefixer()", "docstring": "Make sure each test starts with a default URL prefixer."}, {"name": "test_pre_setup", "signature": "test_pre_setup()", "docstring": ""}, {"name": "admin_group", "signature": "admin_group(db)", "docstring": "Create the Admins group."}, {"name": "mozilla_user", "signature": "mozilla_user(admin_group)", "docstring": "Create a \"Mozilla User\"."}, {"name": "registered", "signature": "registered(scanner_class)", "docstring": "Returns true iff a scanner of that class is registered\n "}, {"name": "pattern", "signature": "pattern(self)", "docstring": "Returns a pattern to use for scanning.\n "}, {"name": "process", "signature": "process(self, target, matches, binding)", "docstring": "Establish necessary relationship between targets,\ngiven actual target beeing scanned, and a list of\n"}, {"name": "propagate", "signature": "propagate(self, scanner, targets)", "docstring": ""}, {"name": "test_update_security_groups_post", "signature": "test_update_security_groups_post(self)", "docstring": "Ensure that we can change a group name.\n\nThe name must not be restricted to alphanumeric characters."}, {"name": "test_create_security_groups_get", "signature": "test_create_security_groups_get(self)", "docstring": ""}, {"name": "test_create_security_groups_special_chars", "signature": "test_create_security_groups_special_chars(self)", "docstring": "Ensure that a group name is not restricted to alphanumeric\ncharacters.\n\nbug #1233501 Security group "}, {"name": "test_create_security_groups_post_exception", "signature": "test_create_security_groups_post_exception(self)", "docstring": ""}, {"name": "test_create_security_groups_non_printable", "signature": "test_create_security_groups_non_printable(self)", "docstring": "Ensure that group names can only contain printable\nASCII characters.\n\nOnly 95 characters are allowed"}, {"name": "test_detail_get", "signature": "test_detail_get(self)", "docstring": ""}, {"name": "test_detail_add_rule_securitygroup_with_invalid_unused_fields", "signature": "test_detail_add_rule_securitygroup_with_invalid_unused_fields(self)", "docstring": ""}, {"name": "test_detail_add_rule_self_as_source_group_with_template", "signature": "test_detail_add_rule_self_as_source_group_with_template(self)", "docstring": ""}, {"name": "test_detail_invalid_port_range", "signature": "test_detail_invalid_port_range(self)", "docstring": ""}, {"name": "test_detail_invalid_icmp_rule", "signature": "test_detail_invalid_icmp_rule(self)", "docstring": ""}, {"name": "test_detail_add_rule_exception", "signature": "test_detail_add_rule_exception(self)", "docstring": ""}, {"name": "callcrackfortran", "signature": "callcrackfortran(files, options)", "docstring": ""}, {"name": "buildmodules", "signature": "buildmodules(lst)", "docstring": ""}, {"name": "run_main", "signature": "run_main(comline_list)", "docstring": "Run f2py as if string.join(comline_list,' ') is used as a command line.\nIn case of using -h flag, re"}, {"name": "filter_files", "signature": "filter_files(prefix, suffix, files, remove_prefix)", "docstring": "Filter files by prefix and suffix."}, {"name": "run_compile", "signature": "run_compile()", "docstring": "Do it all in one call!"}, {"name": "test_lower01", "signature": "test_lower01(self)", "docstring": ""}, {"name": "dup_sturm", "signature": "dup_sturm(f, K)", "docstring": "Computes the Sturm sequence of ``f`` in ``F[x]``.\n\nGiven a univariate, square-free polynomial ``f(x)"}, {"name": "dup_root_upper_bound", "signature": "dup_root_upper_bound(f, K)", "docstring": "Compute the LMQ upper bound for the positive roots of `f`;\nLMQ (Local Max Quadratic) was developed b"}, {"name": "dup_root_lower_bound", "signature": "dup_root_lower_bound(f, K)", "docstring": "Compute the LMQ lower bound for the positive roots of `f`;\nLMQ (Local Max Quadratic) was developed b"}, {"name": "dup_step_refine_real_root", "signature": "dup_step_refine_real_root(f, M, K, fast)", "docstring": "One step of positive real root refinement algorithm. "}, {"name": "dup_inner_refine_real_root", "signature": "dup_inner_refine_real_root(f, M, K, eps, steps, disjoint, fast, mobius)", "docstring": "Refine a positive root of `f` given a Mobius transform or an interval. "}, {"name": "dup_outer_refine_real_root", "signature": "dup_outer_refine_real_root(f, s, t, K, eps, steps, disjoint, fast)", "docstring": "Refine a positive root of `f` given an interval `(s, t)`. "}, {"name": "dup_refine_real_root", "signature": "dup_refine_real_root(f, s, t, K, eps, steps, disjoint, fast)", "docstring": "Refine real root's approximating interval to the given precision. "}, {"name": "dup_inner_isolate_real_roots", "signature": "dup_inner_isolate_real_roots(f, K, eps, fast)", "docstring": "Internal function for isolation positive roots up to given precision.\n\nReferences:\n===========\n 1"}, {"name": "dup_inner_isolate_positive_roots", "signature": "dup_inner_isolate_positive_roots(f, K, eps, inf, sup, fast, mobius)", "docstring": "Iteratively compute disjoint positive root isolation intervals. "}, {"name": "dup_inner_isolate_negative_roots", "signature": "dup_inner_isolate_negative_roots(f, K, inf, sup, eps, fast, mobius)", "docstring": "Iteratively compute disjoint negative root isolation intervals. "}, {"name": "dup_isolate_real_roots_sqf", "signature": "dup_isolate_real_roots_sqf(f, K, eps, inf, sup, fast, blackbox)", "docstring": "Isolate real roots of a square-free polynomial using the Vincent-Akritas-Strzebonski (VAS) CF approa"}, {"name": "dup_isolate_real_roots", "signature": "dup_isolate_real_roots(f, K, eps, inf, sup, basis, fast)", "docstring": "Isolate real roots using Vincent-Akritas-Strzebonski (VAS) continued fractions approach.\n\nReferences"}, {"name": "dup_isolate_real_roots_list", "signature": "dup_isolate_real_roots_list(polys, K, eps, inf, sup, strict, basis, fast)", "docstring": "Isolate real roots of a list of square-free polynomial using Vincent-Akritas-Strzebonski (VAS) CF ap"}, {"name": "dup_count_real_roots", "signature": "dup_count_real_roots(f, K, inf, sup)", "docstring": "Returns the number of distinct real roots of ``f`` in ``[inf, sup]``. "}, {"name": "dup_count_complex_roots", "signature": "dup_count_complex_roots(f, K, inf, sup, exclude)", "docstring": "Count all roots in [u + v*I, s + t*I] rectangle using Collins-Krandick algorithm. "}, {"name": "dup_isolate_complex_roots_sqf", "signature": "dup_isolate_complex_roots_sqf(f, K, eps, inf, sup, blackbox)", "docstring": "Isolate complex roots of a square-free polynomial using Collins-Krandick algorithm. "}, {"name": "dup_isolate_all_roots_sqf", "signature": "dup_isolate_all_roots_sqf(f, K, eps, inf, sup, fast, blackbox)", "docstring": "Isolate real and complex roots of a square-free polynomial ``f``. "}, {"name": "dup_isolate_all_roots", "signature": "dup_isolate_all_roots(f, K, eps, inf, sup, fast)", "docstring": "Isolate real and complex roots of a non-square-free polynomial ``f``. "}, {"name": "a", "signature": "a(self)", "docstring": "Return the position of the left end. "}, {"name": "b", "signature": "b(self)", "docstring": "Return the position of the right end. "}, {"name": "dx", "signature": "dx(self)", "docstring": "Return width of the real isolating interval. "}, {"name": "center", "signature": "center(self)", "docstring": "Return the center of the real isolating interval. "}, {"name": "as_tuple", "signature": "as_tuple(self)", "docstring": "Return tuple representation of real isolating interval. "}, {"name": "is_disjoint", "signature": "is_disjoint(self, other)", "docstring": "Return ``True`` if two isolation intervals are disjoint. "}, {"name": "refine_disjoint", "signature": "refine_disjoint(self, other)", "docstring": "Refine an isolating interval until it is disjoint with another one. "}, {"name": "refine_size", "signature": "refine_size(self, dx)", "docstring": "Refine an isolating interval until it is of sufficiently small size. "}, {"name": "refine_step", "signature": "refine_step(self, steps)", "docstring": "Perform several steps of real root refinement algorithm. "}, {"name": "refine", "signature": "refine(self)", "docstring": "Perform one step of real root refinement algorithm. "}, {"name": "ax", "signature": "ax(self)", "docstring": "Return ``x`` coordinate of south-western corner. "}, {"name": "ay", "signature": "ay(self)", "docstring": "Return ``y`` coordinate of south-western corner. "}, {"name": "bx", "signature": "bx(self)", "docstring": "Return ``x`` coordinate of north-eastern corner. "}, {"name": "by", "signature": "by(self)", "docstring": "Return ``y`` coordinate of north-eastern corner. "}, {"name": "dy", "signature": "dy(self)", "docstring": "Return height of the complex isolating interval. "}, {"name": "conjugate", "signature": "conjugate(self)", "docstring": "This complex interval really is located in lower half-plane. "}, {"name": "exec_script", "signature": "exec_script(self, source, return_vars)", "docstring": ""}, {"name": "complete", "signature": "complete(self)", "docstring": ""}, {"name": "test_large_graph_truncate", "signature": "test_large_graph_truncate(self)", "docstring": ""}, {"name": "test_truncate_graph_with_multiple_depths", "signature": "test_truncate_graph_with_multiple_depths(self)", "docstring": ""}, {"name": "test_dep_graph_not_found", "signature": "test_dep_graph_not_found(self)", "docstring": ""}, {"name": "test_dep_graph_tree", "signature": "test_dep_graph_tree(self)", "docstring": ""}, {"name": "test_dep_graph_diamond", "signature": "test_dep_graph_diamond(self)", "docstring": ""}, {"name": "test_fetch_error", "signature": "test_fetch_error(self)", "docstring": ""}, {"name": "test_worker_list_running", "signature": "test_worker_list_running(self)", "docstring": ""}, {"name": "assert_has_deps", "signature": "assert_has_deps(task_id, deps)", "docstring": ""}, {"name": "AddConfig", "signature": "AddConfig(self, name)", "docstring": "Adds a configuration to the project.\n\nArgs:\n name: Configuration name."}, {"name": "AddDebugSettings", "signature": "AddDebugSettings(self, config_name, command, environment, working_directory)", "docstring": "Adds a DebugSettings node to the user file for a particular config.\n\nArgs:\n command: command line t"}, {"name": "WriteIfChanged", "signature": "WriteIfChanged(self)", "docstring": "Writes the user file."}, {"name": "replaceEnt", "signature": "replaceEnt(mo)", "docstring": "Replace the entities that are specified by OpenID"}, {"name": "parseLinkAttrs", "signature": "parseLinkAttrs(html)", "docstring": "Find all link tags in a string representing a HTML document and\nreturn a list of their attributes.\n\n"}, {"name": "relMatches", "signature": "relMatches(rel_attr, target_rel)", "docstring": "Does this target_rel appear in the rel_str?"}, {"name": "linkHasRel", "signature": "linkHasRel(link_attrs, target_rel)", "docstring": "Does this link have target_rel as a relationship?"}, {"name": "findLinksRel", "signature": "findLinksRel(link_attrs_list, target_rel)", "docstring": "Filter the list of link attributes on whether it has target_rel\nas a relationship."}, {"name": "findFirstHref", "signature": "findFirstHref(link_attrs_list, target_rel)", "docstring": "Return the value of the href attribute for the first link tag\nin the list that has target_rel as a r"}, {"name": "dry_run", "signature": "dry_run(self)", "docstring": ""}, {"name": "make", "signature": "make(self, specification, options)", "docstring": "Make a script.\n\n:param specification: The specification, which is either a valid export\n "}, {"name": "make_multiple", "signature": "make_multiple(self, specifications, options)", "docstring": "Take a list of specifications and make scripts from them,\n:param specifications: A list of specifica"}, {"name": "get_arguments", "signature": "get_arguments()", "docstring": "Get command line arguments\n\nargs.logging_conf_file, args.config_file, obs_time, area_id, wsize\n\nRetu"}, {"name": "applyAction", "signature": "applyAction(self, action)", "docstring": "apply transformations to action and return it. "}, {"name": "resetExploration", "signature": "resetExploration(self)", "docstring": ""}, {"name": "browser_kwargs", "signature": "browser_kwargs(test_type, run_info_data, config)", "docstring": ""}, {"name": "update_properties", "signature": "update_properties()", "docstring": ""}, {"name": "test_symcompartment", "signature": "test_symcompartment()", "docstring": ""}, {"name": "permalink", "signature": "permalink(func)", "docstring": "Decorator that calls urlresolvers.reverse() to return a URL using\nparameters returned by the decorat"}, {"name": "make_alias", "signature": "make_alias(function_name)", "docstring": ""}, {"name": "OnSelChanged", "signature": "OnSelChanged(self, event)", "docstring": ""}, {"name": "run_in_transaction", "signature": "run_in_transaction(fn)", "docstring": "Run a function in a transaction."}, {"name": "createFields", "signature": "createFields(self)", "docstring": ""}, {"name": "gen_elixir_string_rules", "signature": "gen_elixir_string_rules(name, symbol, token)", "docstring": ""}, {"name": "gen_elixir_sigstr_rules", "signature": "gen_elixir_sigstr_rules(term, token, interpol)", "docstring": ""}, {"name": "add_move", "signature": "add_move(move)", "docstring": "Add an item to six.moves."}, {"name": "remove_move", "signature": "remove_move(name)", "docstring": "Remove item from six.moves."}, {"name": "assertRaisesRegex", "signature": "assertRaisesRegex(self)", "docstring": ""}, {"name": "with_metaclass", "signature": "with_metaclass(meta)", "docstring": "Create a base class with a metaclass."}, {"name": "add_metaclass", "signature": "add_metaclass(metaclass)", "docstring": "Class decorator for creating a class with a metaclass."}, {"name": "python_2_unicode_compatible", "signature": "python_2_unicode_compatible(klass)", "docstring": "A decorator that defines __unicode__ and __str__ methods under Python 2.\nUnder Python 3 it does noth"}, {"name": "find_module", "signature": "find_module(self, fullname, path)", "docstring": ""}, {"name": "__get_module", "signature": "__get_module(self, fullname)", "docstring": ""}, {"name": "get_code", "signature": "get_code(self, fullname)", "docstring": "Return None\n\nRequired, if is_package is implemented"}, {"name": "__dir__", "signature": "__dir__(self)", "docstring": ""}, {"name": "get_unbound_function", "signature": "get_unbound_function(unbound)", "docstring": ""}, {"name": "create_bound_method", "signature": "create_bound_method(func, obj)", "docstring": ""}, {"name": "u", "signature": "u(s)", "docstring": ""}, {"name": "indexbytes", "signature": "indexbytes(buf, i)", "docstring": ""}, {"name": "exec_", "signature": "exec_(_code_, _globs_, _locs_)", "docstring": "Execute code in a namespace."}, {"name": "print_", "signature": "print_()", "docstring": "The new-style print function for Python 2.4 and 2.5."}, {"name": "wraps", "signature": "wraps(wrapped, assigned, updated)", "docstring": ""}, {"name": "callable", "signature": "callable(obj)", "docstring": ""}, {"name": "__prepare__", "signature": "__prepare__(cls, name, this_bases)", "docstring": ""}, {"name": "init_toolbar", "signature": "init_toolbar(self)", "docstring": "create toolbar"}, {"name": "init_tabs", "signature": "init_tabs(self, connector)", "docstring": "create tabs"}, {"name": "init_context", "signature": "init_context(self)", "docstring": "create context menus"}, {"name": "slotToggleStatus", "signature": "slotToggleStatus(self, status)", "docstring": "pause/start toggle (toolbar)"}, {"name": "slotStatusStop", "signature": "slotStatusStop(self)", "docstring": "stop button (toolbar)"}, {"name": "slotAdd", "signature": "slotAdd(self)", "docstring": "add button (toolbar)\nshow context menu (choice: links/package)"}, {"name": "slotShowAddPackage", "signature": "slotShowAddPackage(self)", "docstring": "action from add-menu\nshow new-package dock"}, {"name": "slotShowAddLinks", "signature": "slotShowAddLinks(self)", "docstring": "action from add-menu\nshow new-links dock"}, {"name": "slotShowConnector", "signature": "slotShowConnector(self)", "docstring": "connectionmanager action triggered\nlet main to the stuff"}, {"name": "slotAddPackage", "signature": "slotAddPackage(self, name, links, password)", "docstring": "new package\nlet main to the stuff"}, {"name": "slotAddLinksToPackage", "signature": "slotAddLinksToPackage(self, links)", "docstring": "adds links to currently selected package\nonly in collector"}, {"name": "slotShowAddContainer", "signature": "slotShowAddContainer(self)", "docstring": "action from add-menu\nshow file selector, emit upload"}, {"name": "slotPushPackageToQueue", "signature": "slotPushPackageToQueue(self)", "docstring": "push collector pack to queue\nget child ids\nlet main to the rest"}, {"name": "saveWindow", "signature": "saveWindow(self)", "docstring": "get window state/geometry\npass data to main"}, {"name": "closeEvent", "signature": "closeEvent(self, event)", "docstring": "somebody wants to close me!\nlet me first save my state"}, {"name": "restoreWindow", "signature": "restoreWindow(self, state, geo)", "docstring": "restore window state/geometry"}, {"name": "slotQueueContextMenu", "signature": "slotQueueContextMenu(self, pos)", "docstring": "custom context menu in queue view requested"}, {"name": "slotCollectorContextMenu", "signature": "slotCollectorContextMenu(self, pos)", "docstring": "custom context menu in package collector view requested"}, {"name": "slotLinkCollectorContextMenu", "signature": "slotLinkCollectorContextMenu(self, pos)", "docstring": "custom context menu in link collector view requested"}, {"name": "slotRestartDownload", "signature": "slotRestartDownload(self)", "docstring": "restart download action is triggered"}, {"name": "slotRemoveDownload", "signature": "slotRemoveDownload(self)", "docstring": "remove download action is triggered"}, {"name": "slotToggleClipboard", "signature": "slotToggleClipboard(self, status)", "docstring": "check clipboard (toolbar)"}, {"name": "slotEditCommit", "signature": "slotEditCommit(self, editor)", "docstring": ""}, {"name": "slotPullOutPackage", "signature": "slotPullOutPackage(self)", "docstring": "pull package out of the queue"}, {"name": "slotNewAccount", "signature": "slotNewAccount(self)", "docstring": ""}, {"name": "track_cascade_events", "signature": "track_cascade_events(descriptor, prop)", "docstring": "Establish event listeners on object attributes which handle\ncascade-on-set/append."}, {"name": "set_", "signature": "set_(state, newvalue, oldvalue, initiator)", "docstring": ""}, {"name": "is_deleted", "signature": "is_deleted(self, state)", "docstring": "return true if the given state is marked as deleted\nwithin this uowtransaction."}, {"name": "remove_state_actions", "signature": "remove_state_actions(self, state)", "docstring": "remove pending actions for a state from the uowtransaction."}, {"name": "get_attribute_history", "signature": "get_attribute_history(self, state, key, passive)", "docstring": "facade to attributes.get_state_history(), including\ncaching of results."}, {"name": "register_preprocessor", "signature": "register_preprocessor(self, processor, fromparent)", "docstring": ""}, {"name": "register_object", "signature": "register_object(self, state, isdelete, listonly, cancel_delete, operation, prop)", "docstring": ""}, {"name": "filter_states_for_dep", "signature": "filter_states_for_dep(self, dep, states)", "docstring": "Filter the given list of InstanceStates to those relevant to the\ngiven DependencyProcessor."}, {"name": "finalize_flush_changes", "signature": "finalize_flush_changes(self)", "docstring": "mark processed objects as clean / deleted after a successful\nflush().\n\nthis method is called within "}, {"name": "execute_aggregate", "signature": "execute_aggregate(self, uow, recs)", "docstring": ""}, {"name": "per_state_flush_actions", "signature": "per_state_flush_actions(self, uow)", "docstring": ""}, {"name": "parse_example", "signature": "parse_example(serialized, features, name, example_names)", "docstring": "Parses `Example` protos into a `dict` of tensors.\n\nParses a number of serialized [`Example`](https:/"}, {"name": "parse_single_example", "signature": "parse_single_example(serialized, features, name, example_names)", "docstring": "Parses a single `Example` proto.\n\nSimilar to `parse_example`, except:\n\nFor dense tensors, the return"}, {"name": "parse_single_sequence_example", "signature": "parse_single_sequence_example(serialized, context_features, sequence_features, example_name, name)", "docstring": "Parses a single `SequenceExample` proto.\n\nParses a single serialized [`SequenceExample`](https://www"}, {"name": "publish_dimming_action_to_arduino", "signature": "publish_dimming_action_to_arduino(self, arduino_name, pin_number, dim_value)", "docstring": ""}, {"name": "anal_combo_set_value", "signature": "anal_combo_set_value(combobox, value, show_arrow_check, ana_check, analyzer_type)", "docstring": ""}, {"name": "playAction", "signature": "playAction(cls, action)", "docstring": ""}, {"name": "select_new_book", "signature": "select_new_book(button)", "docstring": ""}, {"name": "on_opening_check_toggled", "signature": "on_opening_check_toggled(check)", "docstring": ""}, {"name": "select_egtb", "signature": "select_egtb(button)", "docstring": ""}, {"name": "on_analyzer_check_toggled", "signature": "on_analyzer_check_toggled(check)", "docstring": ""}, {"name": "playCallback", "signature": "playCallback(button, index)", "docstring": ""}, {"name": "testSloppyInterleaveDataset", "signature": "testSloppyInterleaveDataset(self, input_values, cycle_length, block_length, num_parallel_calls)", "docstring": ""}, {"name": "testInterleaveMap", "signature": "testInterleaveMap(self)", "docstring": ""}, {"name": "self_test", "signature": "self_test(self)", "docstring": ""}, {"name": "__new__", "signature": "__new__(cls, input_array, name, reflst, refname)", "docstring": ""}, {"name": "get_noneid_references", "signature": "get_noneid_references(self)", "docstring": "Returns\n-------\nndarray\nArray of references in self.reflst whose self id is None."}, {"name": "print_compare_idsets_one_ref", "signature": "print_compare_idsets_one_ref(self, idset1_name, idset2_name)", "docstring": "idset1_name: string\nkey of an idset_with_reference\n\nidset2_name: string\nkey of an idset"}, {"name": "print_compare_idsets_two_refs", "signature": "print_compare_idsets_two_refs(self, idset1_name, idset2_name)", "docstring": "idset1_name: string\nkey of an idset_with_reference\n\nidset2_name: string\nkey of an idset"}, {"name": "run_command", "signature": "run_command(self, args, node_paths)", "docstring": "Returns a command that when executed will run an arbitury command via package manager."}, {"name": "install_module", "signature": "install_module(self, install_optional, production_only, force, frozen_lockfile, node_paths)", "docstring": "Returns a command that when executed will install node package.\n\n:param install_optional: True to in"}, {"name": "run_script", "signature": "run_script(self, script_name, script_args, node_paths)", "docstring": "Returns a command to execute a package.json script.\n\n:param script_name: Name of the script to name."}, {"name": "add_package", "signature": "add_package(self, package, node_paths, type_option, version_option)", "docstring": "Returns a command that when executed will add a node package to current node module.\n\n:param package"}, {"name": "run_cli", "signature": "run_cli(self, cli, args, node_paths)", "docstring": "Returns a command that when executed will run an installed cli via package manager."}, {"name": "hex_switchEndian", "signature": "hex_switchEndian(s)", "docstring": "Switches the endianness of a hex string (in pairs of hex chars) "}, {"name": "get_block_hashes", "signature": "get_block_hashes(settings, max_blocks_per_call)", "docstring": ""}, {"name": "build_request", "signature": "build_request(idx, method, params)", "docstring": ""}, {"name": "asset_count", "signature": "asset_count(self)", "docstring": ""}, {"name": "upload_to", "signature": "upload_to(self)", "docstring": ""}, {"name": "test_empty_signature", "signature": "test_empty_signature(self)", "docstring": ""}, {"name": "test_args_signature", "signature": "test_args_signature(self)", "docstring": ""}, {"name": "test_kwargs_signature", "signature": "test_kwargs_signature(self)", "docstring": ""}, {"name": "test_nested_operation_expand_args_signature", "signature": "test_nested_operation_expand_args_signature(self)", "docstring": ""}, {"name": "serialize_round_trip", "signature": "serialize_round_trip(self, value)", "docstring": ""}, {"name": "test_serialize_collections", "signature": "test_serialize_collections(self)", "docstring": ""}, {"name": "test_serialize_datetime_safe", "signature": "test_serialize_datetime_safe(self)", "docstring": ""}, {"name": "test_serialize_compiled_regex", "signature": "test_serialize_compiled_regex(self)", "docstring": "Make sure compiled regex can be serialized."}, {"name": "test_serialize_class_based_validators", "signature": "test_serialize_class_based_validators(self)", "docstring": "Ticket #22943: Test serialization of class-based validators, including\ncompiled regexes."}, {"name": "test_serialize_empty_nonempty_tuple", "signature": "test_serialize_empty_nonempty_tuple(self)", "docstring": "Ticket #22679: makemigrations generates invalid code for (an empty\ntuple) default_permissions = ()"}, {"name": "test_serialize_direct_function_reference", "signature": "test_serialize_direct_function_reference(self)", "docstring": "Ticket #22436: You cannot use a function straight from its body\n(e.g. define the method and use it i"}, {"name": "test_serialize_local_function_reference", "signature": "test_serialize_local_function_reference(self)", "docstring": "Neither py2 or py3 can serialize a reference in a local scope."}, {"name": "test_serialize_local_function_reference_message", "signature": "test_serialize_local_function_reference_message(self)", "docstring": "Make sure user is seeing which module/function is the issue"}, {"name": "test_simple_migration", "signature": "test_simple_migration(self)", "docstring": "Tests serializing a simple migration."}, {"name": "test_sorted_imports", "signature": "test_sorted_imports(self)", "docstring": "#24155 - Tests ordering of imports."}, {"name": "test_models_import_omitted", "signature": "test_models_import_omitted(self)", "docstring": "django.db.models shouldn't be imported if unused."}, {"name": "handle_input", "signature": "handle_input(self, k)", "docstring": ""}, {"name": "connect_to", "signature": "connect_to(self, epic)", "docstring": ""}, {"name": "more_info_area", "signature": "more_info_area(self)", "docstring": ""}, {"name": "reset_content", "signature": "reset_content(self)", "docstring": ""}, {"name": "get_cards", "signature": "get_cards(self)", "docstring": ""}, {"name": "go_left", "signature": "go_left(self)", "docstring": ""}, {"name": "move_down", "signature": "move_down(self)", "docstring": ""}, {"name": "trello", "signature": "trello(self)", "docstring": ""}, {"name": "switch_story_boards", "signature": "switch_story_boards(self)", "docstring": ""}, {"name": "widget", "signature": "widget(self)", "docstring": ""}, {"name": "is_type_isbn10", "signature": "is_type_isbn10(val)", "docstring": "Test if argument is an ISBN-10 number\n\nCourtesy Wikipedia:\nhttp://en.wikipedia.org/wiki/Internationa"}, {"name": "is_type_isbn13", "signature": "is_type_isbn13(val)", "docstring": "Test if argument is an ISBN-13 number\n\nCourtesy Wikipedia:\nhttp://en.wikipedia.org/wiki/Internationa"}, {"name": "is_type_isbn", "signature": "is_type_isbn(val)", "docstring": "Test if argument is an ISBN-10 or ISBN-13 number "}, {"name": "test_setup_py_keywords", "signature": "test_setup_py_keywords(self)", "docstring": "setup.py --keywords.\n\nTest that the `./setup.py --keywords` command returns the correct\nvalue withou"}, {"name": "test_sdist_extra_files", "signature": "test_sdist_extra_files(self)", "docstring": "Test that the extra files are correctly added."}, {"name": "test_console_script_install", "signature": "test_console_script_install(self)", "docstring": "Test that we install a non-pkg-resources console script."}, {"name": "test_console_script_develop", "signature": "test_console_script_develop(self)", "docstring": "Test that we develop a non-pkg-resources console script."}, {"name": "test_sdist_git_extra_files", "signature": "test_sdist_git_extra_files(self)", "docstring": "Test that extra files found in git are correctly added."}, {"name": "before", "signature": "before(self, state)", "docstring": ""}, {"name": "ParseArgs", "signature": "ParseArgs(args)", "docstring": "Parses command line options.\n\nReturns:\n An options object as from optparse.OptionsParser.parse_args"}, {"name": "CreateExtraRJavaFiles", "signature": "CreateExtraRJavaFiles(r_dir, extra_packages, extra_r_text_files, shared_resources, include_all)", "docstring": ""}, {"name": "CrunchDirectory", "signature": "CrunchDirectory(aapt, input_dir, output_dir)", "docstring": "Crunches the images in input_dir and its subdirectories into output_dir.\n\nIf an image is already opt"}, {"name": "FilterCrunchStderr", "signature": "FilterCrunchStderr(stderr)", "docstring": "Filters out lines from aapt crunch's stderr that can safely be ignored."}, {"name": "DidCrunchFail", "signature": "DidCrunchFail(returncode, stderr)", "docstring": "Determines whether aapt crunch failed from its return code and output.\n\nBecause aapt's return code c"}, {"name": "ZipResources", "signature": "ZipResources(resource_dirs, zip_path)", "docstring": ""}, {"name": "CombineZips", "signature": "CombineZips(zip_files, output_path)", "docstring": ""}, {"name": "path_transform", "signature": "path_transform(name, src_zip)", "docstring": ""}, {"name": "build_graph", "signature": "build_graph(device, input_shape, output_sizes, axis)", "docstring": "Build a graph containing a sequence of batch normalizations.\n\nArgs:\n device: string, the device to "}, {"name": "benchmark_split", "signature": "benchmark_split(self)", "docstring": ""}, {"name": "direct_lstsq", "signature": "direct_lstsq(a, b, cmplx)", "docstring": ""}, {"name": "test_01_upper", "signature": "test_01_upper(self)", "docstring": ""}, {"name": "test_02_upper", "signature": "test_02_upper(self)", "docstring": ""}, {"name": "test_03_upper", "signature": "test_03_upper(self)", "docstring": ""}, {"name": "test_01_float32", "signature": "test_01_float32(self)", "docstring": ""}, {"name": "test_02_float32", "signature": "test_02_float32(self)", "docstring": ""}, {"name": "test_20Feb04_bug", "signature": "test_20Feb04_bug(self)", "docstring": ""}, {"name": "test_simple_sym", "signature": "test_simple_sym(self)", "docstring": ""}, {"name": "test_random_complex", "signature": "test_random_complex(self)", "docstring": ""}, {"name": "test_check_finite", "signature": "test_check_finite(self)", "docstring": ""}, {"name": "test_simple", "signature": "test_simple(self)", "docstring": "solve_triangular on a simple 2x2 matrix."}, {"name": "test_simple_complex", "signature": "test_simple_complex(self)", "docstring": "solve_triangular on a simple 2x2 complex matrix"}, {"name": "test_simple_underdet", "signature": "test_simple_underdet(self)", "docstring": ""}, {"name": "test_simple_cols", "signature": "test_simple_cols(self)", "docstring": ""}, {"name": "test_types", "signature": "test_types(self)", "docstring": ""}, {"name": "test_stable", "signature": "test_stable(self)", "docstring": ""}, {"name": "test_solve_triangular", "signature": "test_solve_triangular(self)", "docstring": ""}, {"name": "test_solve_banded", "signature": "test_solve_banded(self)", "docstring": ""}, {"name": "test_lstsq", "signature": "test_lstsq(self)", "docstring": ""}, {"name": "test_pinv", "signature": "test_pinv(self)", "docstring": ""}, {"name": "uninferable", "signature": "uninferable(seq)", "docstring": "This can't be infered at this moment,\nmake sure we don't have a false positive."}, {"name": "test_dict_ancestor_and_reversed", "signature": "test_dict_ancestor_and_reversed()", "docstring": "Don't emit for subclasses of dict, with __reversed__ implemented."}, {"name": "model_creator", "signature": "model_creator(config)", "docstring": ""}, {"name": "ToUnixLineEnding", "signature": "ToUnixLineEnding(s)", "docstring": "Changes all Windows/Mac line endings in s to UNIX line endings."}, {"name": "RemoveReportHeaderAndFooter", "signature": "RemoveReportHeaderAndFooter(output)", "docstring": "Removes Google Test result report's header and footer from the output."}, {"name": "RemoveLocations", "signature": "RemoveLocations(output)", "docstring": "Removes all file location info from a Google Test program's output.\n\nArgs:\n output: the output "}, {"name": "NormalizeErrorMarker", "signature": "NormalizeErrorMarker(output)", "docstring": "Normalizes the error marker, which is different on Windows vs on Linux."}, {"name": "RemoveMemoryAddresses", "signature": "RemoveMemoryAddresses(output)", "docstring": "Removes memory addresses from the test output."}, {"name": "RemoveTestNamesOfLeakedMocks", "signature": "RemoveTestNamesOfLeakedMocks(output)", "docstring": "Removes the test names of leaked mock objects from the test output."}, {"name": "GetLeakyTests", "signature": "GetLeakyTests(output)", "docstring": "Returns a list of test names that leak mock objects."}, {"name": "GetNormalizedOutputAndLeakyTests", "signature": "GetNormalizedOutputAndLeakyTests(output)", "docstring": "Normalizes the output of gmock_output_test_.\n\nArgs:\n output: The test output.\n\nReturns:\n A tuple ("}, {"name": "GetShellCommandOutput", "signature": "GetShellCommandOutput(cmd)", "docstring": "Runs a command in a sub-process, and returns its STDOUT in a string."}, {"name": "GetNormalizedCommandOutputAndLeakyTests", "signature": "GetNormalizedCommandOutputAndLeakyTests(cmd)", "docstring": "Runs a command and returns its normalized output and a list of leaky tests.\n\nArgs:\n cmd: the shell"}, {"name": "testOutput", "signature": "testOutput(self)", "docstring": ""}, {"name": "suite", "signature": "suite()", "docstring": ""}, {"name": "test_runandload", "signature": "test_runandload(self)", "docstring": ""}, {"name": "lasso_stability_path", "signature": "lasso_stability_path(X, y, scaling, random_state, n_resampling, n_grid, sample_fraction, eps, n_jobs, verbose)", "docstring": "Stabiliy path based on randomized Lasso estimates\n\nRead more in the :ref:`User Guide "}, {"name": "get_support", "signature": "get_support(self, indices)", "docstring": "Return a mask, or list, of the features/indices selected."}, {"name": "endElement", "signature": "endElement(self, name, value, connection)", "docstring": ""}, {"name": "add_email_grant", "signature": "add_email_grant(self, permission, email_address)", "docstring": ""}, {"name": "to_xml", "signature": "to_xml(self)", "docstring": ""}, {"name": "test_is_no_change_required", "signature": "test_is_no_change_required(self)", "docstring": ""}, {"name": "test_invalid_any_char", "signature": "test_invalid_any_char(self)", "docstring": ""}, {"name": "receiveError", "signature": "receiveError(self, msg)", "docstring": ""}, {"name": "testCurveGeometryType", "signature": "testCurveGeometryType(self)", "docstring": ""}, {"name": "testBug15351_commit_closeProvider_closeIter", "signature": "testBug15351_commit_closeProvider_closeIter(self)", "docstring": ""}, {"name": "testBug15351_commit_closeIter_closeProvider", "signature": "testBug15351_commit_closeIter_closeProvider(self)", "docstring": ""}, {"name": "testGeopackageExtentUpdate", "signature": "testGeopackageExtentUpdate(self)", "docstring": "test https://github.com/qgis/QGIS/issues/23209 "}, {"name": "testSelectSubsetString", "signature": "testSelectSubsetString(self)", "docstring": ""}, {"name": "testEditSubsetString", "signature": "testEditSubsetString(self)", "docstring": ""}, {"name": "testStyle", "signature": "testStyle(self)", "docstring": ""}, {"name": "testDisablewalForSqlite3", "signature": "testDisablewalForSqlite3(self)", "docstring": "Test disabling walForSqlite3 setting "}, {"name": "testSimulatedDBManagerImport", "signature": "testSimulatedDBManagerImport(self)", "docstring": ""}, {"name": "testExportLayerToExistingDatabase", "signature": "testExportLayerToExistingDatabase(self)", "docstring": ""}, {"name": "testGeopackageTwoLayerEdition", "signature": "testGeopackageTwoLayerEdition(self)", "docstring": "test https://github.com/qgis/QGIS/issues/24933 "}, {"name": "testReplaceLayerWhileOpen", "signature": "testReplaceLayerWhileOpen(self)", "docstring": "Replace an existing geopackage layer whilst it's open in the project"}, {"name": "testSublayerWithComplexLayerName", "signature": "testSublayerWithComplexLayerName(self)", "docstring": "Test reading a gpkg with a sublayer name containing : "}, {"name": "testGeopackageManyLayers", "signature": "testGeopackageManyLayers(self)", "docstring": "test opening more than 64 layers without running out of Spatialite connections "}, {"name": "testGeopackageRefreshIfTableListUpdated", "signature": "testGeopackageRefreshIfTableListUpdated(self)", "docstring": "test that creating/deleting a layer is reflected when opening a new layer "}, {"name": "test_AddFeatureNullFid", "signature": "test_AddFeatureNullFid(self)", "docstring": "Test gpkg feature with NULL fid can be added"}, {"name": "test_SplitFeature", "signature": "test_SplitFeature(self)", "docstring": "Test gpkg feature can be split"}, {"name": "testCreateAttributeIndex", "signature": "testCreateAttributeIndex(self)", "docstring": ""}, {"name": "testSubSetStringEditable_bug17795_but_with_modified_behavior", "signature": "testSubSetStringEditable_bug17795_but_with_modified_behavior(self)", "docstring": "Test that a layer is editable after setting a subset"}, {"name": "testSubsetStringExtent_bug17863", "signature": "testSubsetStringExtent_bug17863(self)", "docstring": "Check that the extent is correct when applied in the ctor and when\nmodified after a subset string is"}, {"name": "testRequestWithoutGeometryOnLayerMixedGeometry", "signature": "testRequestWithoutGeometryOnLayerMixedGeometry(self)", "docstring": "Test bugfix for https://github.com/qgis/QGIS/issues/26907 "}, {"name": "testAddingTwoIntFieldsWithWidth", "signature": "testAddingTwoIntFieldsWithWidth(self)", "docstring": "Test buggfix for https://github.com/qgis/QGIS/issues/26840 "}, {"name": "testApproxFeatureCountAndExtent", "signature": "testApproxFeatureCountAndExtent(self)", "docstring": "Test perf improvement for for https://github.com/qgis/QGIS/issues/26292 "}, {"name": "testRegenerateFid", "signature": "testRegenerateFid(self)", "docstring": "Test regenerating feature ids "}, {"name": "test_quote_identifier", "signature": "test_quote_identifier(self)", "docstring": "Regression #21100"}, {"name": "testGeopackageLayerMetadata", "signature": "testGeopackageLayerMetadata(self)", "docstring": "Geopackage layer description and identifier should be read into layer metadata automatically"}, {"name": "testUniqueValuesOnFidColumn", "signature": "testUniqueValuesOnFidColumn(self)", "docstring": "Test regression #21311 OGR provider returns an empty set for GPKG uniqueValues"}, {"name": "testForeignKeyViolation", "signature": "testForeignKeyViolation(self)", "docstring": "Test that we can open a dataset with a foreign key violation"}, {"name": "make_column", "signature": "make_column(column, no_constraints)", "docstring": "Creates a sqlalchemy column from a csvkit Column."}, {"name": "get_connection", "signature": "get_connection(connection_string)", "docstring": ""}]