MCPcopy Create free account

hub / github.com/NoGameNoLife00/mybolg / types & classes

Types & classes1,936 in github.com/NoGameNoLife00/mybolg

↓ 119 callersClassColumn
Represents a column in a database table.
libs/sqlalchemy/sql/schema.py:830
↓ 119 callersClassEnvironment
r"""The core component of Jinja is the `Environment`. It contains important shared variables like configuration, filters, tests, globals and
libs/jinja2/environment.py:103
↓ 92 callersClassMarkup
r"""Marks a string as being safe for inclusion in HTML/XML output without needing to be escaped. This implements the `__html__` interface a coupl
libs/markupsafe/__init__.py:25
↓ 54 callersClassCustomModelView
libs/flask_admin/tests/sqla/test_basic.py:15
↓ 49 callersClassString
The base for all string and character types. In SQL, corresponds to VARCHAR. Can also take Python unicode objects and encode to the database
libs/sqlalchemy/sql/sqltypes.py:77
↓ 43 callersClassValidationError
Raised when a validator fails to validate its input.
libs/wtforms/validators.py:17
↓ 30 callersClassFlask
The flask object implements a WSGI application and acts as the central object. It is passed the name of the module or package of the applicat
libs/flask/app.py:66
↓ 30 callersClassWSGIWarning
Warning class for WSGI warnings.
libs/werkzeug/contrib/lint.py:31
↓ 25 callersClassModel1
libs/flask_admin/tests/sqla/test_basic.py:27
↓ 25 callersClassTable
Represent a table in a database. e.g.:: mytable = Table("mytable", metadata, Column('mytable_id', Integer, prima
libs/sqlalchemy/sql/schema.py:111
↓ 24 callersClassImpossible
Raised if the node could not perform a requested action.
libs/jinja2/nodes.py:55
↓ 20 callersClassCustomModelView
libs/flask_admin/tests/mongoengine/test_basic.py:18
↓ 20 callersClassMetaData
A collection of :class:`.Table` objects and their associated schema constructs. Holds a collection of :class:`.Table` objects as well as
libs/sqlalchemy/sql/schema.py:2991
↓ 18 callersClassDictLoader
Loads a template from a python dict. It's passed a dict of unicode strings bound to template names. This loader is useful for unittesting:
libs/jinja2/loaders.py:260
↓ 17 callersClassMockView
libs/flask_admin/tests/test_base.py:8
↓ 15 callersClassSingleByteCharSetProber
libs/html_convert/chardet/sbcharsetprober.py:41
↓ 15 callersClassUser
libs/jinja2/testsuite/filters.py:155
↓ 15 callersClassmax
libs/sqlalchemy/sql/functions.py:512
↓ 15 callersClassmin
libs/sqlalchemy/sql/functions.py:516
↓ 14 callersClassClauseList
Describe a list of clauses, separated by an operator. By default, is comma-separated, such as a column listing.
libs/sqlalchemy/sql/elements.py:1686
↓ 14 callersClassObsoleteAttr
libs/flask_admin/_backwards.py:34
↓ 14 callersClassenviron_property
Maps request attributes to environment variables. This works not only for the Werzeug request object, but also any other class with an environ
libs/werkzeug/utils.py:76
↓ 14 callersClassquoted_name
Represent a SQL identifier combined with quoting preferences. :class:`.quoted_name` is a Python unicode/str subclass which represents a parti
libs/sqlalchemy/sql/elements.py:3132
↓ 13 callersClassHTMLString
This is an "HTML safe string" class that is returned by WTForms widgets. For the most part, HTMLString acts like a normal unicode string, ex
libs/wtforms/widgets/core.py:51
↓ 13 callersClassModel1
libs/flask_admin/tests/peeweemodel/test_basic.py:39
↓ 13 callersClassNumeric
A type for fixed precision numbers, such as ``NUMERIC`` or ``DECIMAL``. This type returns Python ``decimal.Decimal`` objects by default, unless
libs/sqlalchemy/sql/sqltypes.py:425
↓ 13 callersClassTemplateNotFound
Raised if a template does not exist.
libs/jinja2/exceptions.py:45
↓ 13 callersClassToken
Token class.
libs/jinja2/lexer.py:225
↓ 12 callersClassColumnDefault
A plain default value on a column. This could correspond to a constant, a callable function, or a SQL clause. :class:`.ColumnDefault` is
libs/sqlalchemy/sql/schema.py:1840
↓ 11 callersClassCodingStateMachine
libs/html_convert/chardet/codingstatemachine.py:30
↓ 11 callersClassCustomModelView
libs/flask_admin/tests/peeweemodel/test_basic.py:22
↓ 11 callersClassHeaders
An object that stores some headers. It has a dict-like interface but is ordered and can store the same keys multiple times. This data struct
libs/werkzeug/datastructures.py:842
↓ 11 callersClassTemplate
Node that represents a template. This must be the outermost node that is passed to the compiler.
libs/jinja2/nodes.py:256
↓ 11 callersClassconcat
libs/sqlalchemy/sql/functions.py:528
↓ 11 callersClassheader_property
Like `environ_property` but for headers.
libs/werkzeug/utils.py:103
↓ 10 callersClassMockModelView
libs/flask_admin/tests/test_model.py:48
↓ 10 callersClassResponse
Full featured response object implementing the following mixins: - :class:`ETagResponseMixin` for etag and cache control handling - :class:`R
libs/werkzeug/wrappers.py:1814
↓ 10 callersClassTestForm
libs/flask_admin/tests/test_form_upload.py:40
↓ 10 callersClasssum
libs/sqlalchemy/sql/functions.py:520
↓ 9 callersClassBinaryExpression
Represent an expression that is ``LEFT <operator> RIGHT``. A :class:`.BinaryExpression` is generated automatically whenever two column expres
libs/sqlalchemy/sql/elements.py:2566
↓ 9 callersClassBindParameter
Represent a "bound expression". :class:`.BindParameter` is invoked explicitly using the :func:`.bindparam` function, as in:: from sq
libs/sqlalchemy/sql/elements.py:803
↓ 9 callersClassModel1
libs/flask_admin/tests/mongoengine/test_basic.py:31
↓ 9 callersClassModel2
libs/flask_admin/tests/sqla/test_basic.py:59
↓ 9 callersClassUnaryExpression
Define a 'unary' expression. A unary expression has a single column expression and an operator. The operator can be placed on the left (
libs/sqlalchemy/sql/elements.py:2284
↓ 9 callersClass_anonymous_label
A unicode subclass used to identify anonymously generated names.
libs/sqlalchemy/sql/elements.py:3307
↓ 8 callersClassAdmin
Collection of the admin views. Also manages menu structure.
libs/flask_admin/base.py:441
↓ 8 callersClassMultiDict
A :class:`MultiDict` is a dictionary subclass customized to deal with multiple values for the same key which is for example used by the parsing
libs/werkzeug/datastructures.py:318
↓ 8 callersClassNull
Represent the NULL keyword in a SQL statement. :class:`.Null` is accessed as a constant via the :func:`.null` function.
libs/sqlalchemy/sql/elements.py:1533
↓ 8 callersClassSelect
Represents a ``SELECT`` statement.
libs/sqlalchemy/sql/selectable.py:2041
↓ 8 callersClassSpecPredicate
libs/sqlalchemy/testing/exclusions.py:213
↓ 8 callersClassTemplateSyntaxError
Raised to tell the user that there is a problem with the template.
libs/jinja2/exceptions.py:81
↓ 7 callersClassClauseAdapter
Clones and modifies clauses based on column correspondence. E.g.:: table1 = Table('sometable', metadata, Column('col1', Integer)
libs/sqlalchemy/sql/util.py:461
↓ 7 callersClassConfigAttribute
Makes an attribute forward to the config
libs/flask/config.py:20
↓ 7 callersClassFilterArgumentError
This error is raised if a filter was called with inappropriate arguments
libs/jinja2/exceptions.py:143
↓ 7 callersClassHeader
Render header text.
libs/flask_admin/form/rules.py:293
↓ 7 callersClassLocalProxy
Acts as a proxy for a werkzeug local. Forwards all operations to a proxied object. The only operations not supported for forwarding are righ
libs/werkzeug/local.py:250
↓ 7 callersClassRule
A Rule represents one URL pattern. There are some options for `Rule` that change the way it behaves and are passed to the `Rule` constructor.
libs/werkzeug/routing.py:422
↓ 6 callersClassARRAY
Postgresql ARRAY type. Represents values as Python lists. An :class:`.ARRAY` type is constructed given the "type" of element::
libs/sqlalchemy/dialects/postgresql/base.py:708
↓ 6 callersClassBadRequest
*400* `Bad Request` Raise if the browser sends something to the application the application or server cannot handle.
libs/werkzeug/exceptions.py:163
↓ 6 callersClassColumnCollection
An ordered dictionary that stores a list of ColumnElement instances. Overrides the ``__eq__()`` method to produce SQL clauses between set
libs/sqlalchemy/sql/base.py:443
↓ 6 callersClassCompoundSelect
Forms the basis of ``UNION``, ``UNION ALL``, and other SELECT-based set operations. .. seealso:: :func:`.union` :func:
libs/sqlalchemy/sql/selectable.py:1756
↓ 6 callersClassHTTPWarning
Warning class for HTTP warnings.
libs/werkzeug/contrib/lint.py:35
↓ 6 callersClassLRUCache
A simple LRU Cache implementation.
libs/jinja2/utils.py:294
↓ 6 callersClassSandboxedEnvironment
The sandboxed environment. It works like the regular environment but tells the compiler to generate sandboxed code. Additionally subclasses of
libs/jinja2/sandbox.py:180
↓ 6 callersClassSequence
Represents a named database sequence. The :class:`.Sequence` object represents the name and configurational parameters of a database sequence
libs/sqlalchemy/sql/schema.py:1945
↓ 6 callersClassStopValidation
Causes the validation chain to stop. If StopValidation is raised, no more validators in the validation chain are called. If raised with
libs/wtforms/validators.py:25
↓ 5 callersClassBadPayload
This error is raised in situations when payload is loaded without checking the signature first and an exception happend as a result of that.
libs/itsdangerous.py:121
↓ 5 callersClassColumnClause
Represents a column expression from any textual string. The :class:`.ColumnClause`, a lightweight analogue to the :class:`.Column` class, is
libs/sqlalchemy/sql/elements.py:2866
↓ 5 callersClassEvent
A token propagated throughout the course of a chain of attribute events. Serves as an indicator of the source of the event and also provides
libs/sqlalchemy/orm/attributes.py:332
↓ 5 callersClassOrPredicate
libs/sqlalchemy/testing/exclusions.py:315
↓ 5 callersClassTemplateRuntimeError
A generic runtime error in the template engine. Under some situations Jinja may raise this exception.
libs/jinja2/exceptions.py:127
↓ 5 callersClass_CompileLabel
lightweight label object which acts as an expression.Label.
libs/sqlalchemy/sql/compiler.py:272
↓ 5 callersClasscompound
libs/sqlalchemy/testing/exclusions.py:32
↓ 4 callersClassArticle
libs/jinja2/testsuite/filters.py:348
↓ 4 callersClassBadHeader
Raised if a signed header is invalid in some form. This only happens for serializers that have a header that goes with the signature. ..
libs/itsdangerous.py:173
↓ 4 callersClassBadSignature
This error is raised if a signature does not match. As of itsdangerous 0.14 there are helpful attributes on the exception instances. You can
libs/itsdangerous.py:141
↓ 4 callersClassCTE
Represent a Common Table Expression. The :class:`.CTE` object is obtained using the :meth:`.SelectBase.cte` method from any selectable. S
libs/sqlalchemy/sql/selectable.py:1033
↓ 4 callersClassClosingIterator
The WSGI specification requires that all middlewares and gateways respect the `close` callback of an iterator. Because it is useful to add an
libs/werkzeug/wsgi.py:654
↓ 4 callersClassContentRange
Represents the content range header. .. versionadded:: 0.7
libs/werkzeug/datastructures.py:2232
↓ 4 callersClassEnvironBuilder
This class can be used to conveniently create a WSGI environment for testing purposes. It can be used to quickly create WSGI environments or
libs/werkzeug/test.py:209
↓ 4 callersClassEvalContext
Holds evaluation time information. Custom attributes can be attached to it in extensions.
libs/jinja2/nodes.py:76
↓ 4 callersClassFloat
Type representing floating point types, such as ``FLOAT`` or ``REAL``. This type returns Python ``float`` objects by default, unless the :par
libs/sqlalchemy/sql/sqltypes.py:602
↓ 4 callersClassFromGrouping
Represent a grouping of a FROM clause
libs/sqlalchemy/sql/selectable.py:1081
↓ 4 callersClassGrouping
Represent a grouping within a column expression
libs/sqlalchemy/sql/elements.py:2660
↓ 4 callersClassHMACAlgorithm
This class provides signature generation using HMACs.
libs/itsdangerous.py:255
↓ 4 callersClassIndex
A table-level INDEX. Defines a composite (one or more column) INDEX. E.g.:: sometable = Table("sometable", metadata,
libs/sqlalchemy/sql/schema.py:2789
↓ 4 callersClassModel2
libs/flask_admin/tests/mongoengine/test_basic.py:41
↓ 4 callersClassModel2
libs/flask_admin/tests/peeweemodel/test_basic.py:66
↓ 4 callersClassModule
Deprecated module support. Until Flask 0.6 modules were a different name of the concept now available as blueprints in Flask. They are essen
libs/flask/module.py:22
↓ 4 callersClassNotFound
*404* `Not Found` Raise if a resource does not exist and never existed.
libs/werkzeug/exceptions.py:227
↓ 4 callersClassNotPredicate
libs/sqlalchemy/testing/exclusions.py:300
↓ 4 callersClassOrderedDict
A dict that returns keys/values/items in the order they were added.
libs/sqlalchemy/util/_collections.py:222
↓ 4 callersClassRandomSet
libs/sqlalchemy/testing/util.py:68
↓ 4 callersClassRequestRedirect
Raise if the map requests a redirect. This is for example the case if `strict_slashes` are activated and an url that requires a trailing slash.
libs/werkzeug/routing.py:219
↓ 4 callersClassTextField
Legacy alias for StringField .. deprecated:: 2.0
libs/wtforms/fields/simple.py:13
↓ 4 callersClassTokenStream
A token stream is an iterable that yields :class:`Token`\s. The parser however does not iterate over it but calls :meth:`next` to go one toke
libs/jinja2/lexer.py:290
↓ 4 callersClassUnevaluatableError
libs/sqlalchemy/orm/evaluator.py:13
↓ 4 callersClass_ColumnEntity
Column/expression based entity.
libs/sqlalchemy/orm/query.py:3397
↓ 4 callersClass_ORMJoin
Extend Join to support ORM constructs as input.
libs/sqlalchemy/orm/util.py:749
↓ 4 callersClass_UnboundLoad
Represent a loader option that isn't tied to a root entity. The loader option will produce an entity-linked :class:`.Load` object when it is
libs/sqlalchemy/orm/strategy_options.py:247
next →1–100 of 1,936, ranked by callers