Skip to content

Commit

Permalink
Generated gh-pages for commit b68979e
Browse files Browse the repository at this point in the history
Merge: 36a75ea 55c16f8
Author: Mikhail Astafev <[email protected]>

    Merge pull request #1219 from spauka/n52xx_unused
  • Loading branch information
Documentation Bot committed Aug 8, 2018
1 parent feb7b7c commit f2354b1
Show file tree
Hide file tree
Showing 22 changed files with 221 additions and 220 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{".class": "MypyFile", "_fullname": "hypothesis.internal.conjecture.shrinking.length", "_name": null, "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Length": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["hypothesis.internal.conjecture.shrinking.common.Shrinker"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "hypothesis.internal.conjecture.shrinking.length.Length", "name": "Length", "type_vars": []}, "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.Length", "metaclass_type": null, "metadata": {}, "module_name": "hypothesis.internal.conjecture.shrinking.length", "mro": ["hypothesis.internal.conjecture.shrinking.length.Length", "hypothesis.internal.conjecture.shrinking.common.Shrinker", "builtins.object"], "names": {".class": "SymbolTable", "left_is_better": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "left", "right"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.Length.left_is_better", "name": "left_is_better", "type": null}}, "make_immutable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.Length.make_immutable", "name": "make_immutable", "type": null}}, "run_step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.Length.run_step", "name": "run_step", "type": null}}, "short_circuit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.Length.short_circuit", "name": "short_circuit", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Shrinker": {".class": "SymbolTableNode", "cross_ref": "hypothesis.internal.conjecture.shrinking.common.Shrinker", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.length.__package__", "name": "__package__", "type": "builtins.str"}}, "absolute_import": {".class": "SymbolTableNode", "cross_ref": "__future__.absolute_import", "kind": "Gdef"}, "division": {".class": "SymbolTableNode", "cross_ref": "__future__.division", "kind": "Gdef"}, "find_integer": {".class": "SymbolTableNode", "cross_ref": "hypothesis.internal.conjecture.shrinking.common.find_integer", "kind": "Gdef"}, "print_function": {".class": "SymbolTableNode", "cross_ref": "__future__.print_function", "kind": "Gdef"}}, "path": "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/length.py"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"child_modules": [], "data_mtime": 1533719722, "dep_lines": [18, 20, 1, 1, 1], "dep_prios": [5, 5, 5, 30, 30], "dependencies": ["__future__", "hypothesis.internal.conjecture.shrinking.common", "builtins", "abc", "typing"], "deps_mtime": null, "hash": "24b43d57e995efc352f7a464ecdd3a4c", "id": "hypothesis.internal.conjecture.shrinking.length", "ignore_all": true, "interface_hash": "4d544b42cab34735369daf57f001fd18", "mtime": 1533719462, "options": {"always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": true, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": true, "local_partial_types": false, "no_implicit_optional": false, "platform": "linux", "quick_and_dirty": false, "show_none_errors": true, "strict_boolean": false, "strict_optional": false, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unused_ignores": true}, "path": "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/length.py", "size": 2069, "suppressed": [], "version_id": "0.620"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{".class": "MypyFile", "_fullname": "hypothesis.internal.conjecture.shrinking.ordering", "_name": null, "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Ordering": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["hypothesis.internal.conjecture.shrinking.common.Shrinker"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering", "name": "Ordering", "type_vars": []}, "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering", "metaclass_type": null, "metadata": {}, "module_name": "hypothesis.internal.conjecture.shrinking.ordering", "mro": ["hypothesis.internal.conjecture.shrinking.ordering.Ordering", "hypothesis.internal.conjecture.shrinking.common.Shrinker", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "initial", "predicate", "random", "full", "key"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering.__init__", "name": "__init__", "type": null}}, "check_invariants": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering.check_invariants", "name": "check_invariants", "type": null}}, "key": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering.key", "name": "key", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": "unannotated"}}}, "left_is_better": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "left", "right"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering.left_is_better", "name": "left_is_better", "type": null}}, "make_immutable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering.make_immutable", "name": "make_immutable", "type": null}}, "run_step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering.run_step", "name": "run_step", "type": null}}, "short_circuit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.Ordering.short_circuit", "name": "short_circuit", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Shrinker": {".class": "SymbolTableNode", "cross_ref": "hypothesis.internal.conjecture.shrinking.common.Shrinker", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.__package__", "name": "__package__", "type": "builtins.str"}}, "absolute_import": {".class": "SymbolTableNode", "cross_ref": "__future__.absolute_import", "kind": "Gdef"}, "division": {".class": "SymbolTableNode", "cross_ref": "__future__.division", "kind": "Gdef"}, "find_integer": {".class": "SymbolTableNode", "cross_ref": "hypothesis.internal.conjecture.shrinking.common.find_integer", "kind": "Gdef"}, "identity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["v"], "flags": [], "fullname": "hypothesis.internal.conjecture.shrinking.ordering.identity", "name": "identity", "type": null}}, "print_function": {".class": "SymbolTableNode", "cross_ref": "__future__.print_function", "kind": "Gdef"}}, "path": "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"child_modules": [], "data_mtime": 1533719722, "dep_lines": [18, 20, 1, 1, 1], "dep_prios": [5, 5, 5, 30, 30], "dependencies": ["__future__", "hypothesis.internal.conjecture.shrinking.common", "builtins", "abc", "typing"], "deps_mtime": null, "hash": "a6892e46bd35e4fca06436ad7d09bb61", "id": "hypothesis.internal.conjecture.shrinking.ordering", "ignore_all": true, "interface_hash": "6533e76144bd457e6c047e8c8e62de72", "mtime": 1533719462, "options": {"always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": true, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": true, "local_partial_types": false, "no_implicit_optional": false, "platform": "linux", "quick_and_dirty": false, "show_none_errors": true, "strict_boolean": false, "strict_optional": false, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unused_ignores": true}, "path": "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py", "size": 2460, "suppressed": [], "version_id": "0.620"}
Binary file modified _images/Implementing_doND_using_the_dataset_10_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/Implementing_doND_using_the_dataset_13_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions _modules/qcodes/instrument_drivers/Keysight/N52xx.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,6 @@ <h1>Source code for qcodes.instrument_drivers.Keysight.N52xx</h1><div class="hig
<span class="sd"> &quot;&quot;&quot;</span>
<span class="bp">self</span><span class="o">.</span><span class="n">averages_enabled</span><span class="p">(</span><span class="kc">False</span><span class="p">)</span></div>

<span class="k">def</span> <span class="nf">_set_auto_sweep</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">val</span><span class="p">:</span> <span class="nb">bool</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kc">None</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_auto_sweep</span> <span class="o">=</span> <span class="n">val</span>

<span class="k">def</span> <span class="nf">_set_power_limits</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span>
<span class="n">min_power</span><span class="p">:</span> <span class="n">Union</span><span class="p">[</span><span class="nb">int</span><span class="p">,</span> <span class="nb">float</span><span class="p">],</span>
<span class="n">max_power</span><span class="p">:</span> <span class="n">Union</span><span class="p">[</span><span class="nb">int</span><span class="p">,</span> <span class="nb">float</span><span class="p">])</span> <span class="o">-&gt;</span> <span class="kc">None</span><span class="p">:</span>
Expand Down
Loading

0 comments on commit f2354b1

Please sign in to comment.