Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benediktkr/lokun-record
/ functions
Functions
621 in github.com/benediktkr/lokun-record
⨍
Functions
621
◇
Types & classes
94
↳
Endpoints
28
Method
__init__
Initialize with a connection to a set-up database. Use DB.get() to get a DB connected to the current database in use.
record/model.py:756
Method
__init__
(self, status, description=[], systems={}, age=0)
record/status.py:44
Method
__int__
(self)
record/status.py:37
Method
__iter__
(self)
record/bottle.py:1250
Method
__iter__
(self)
record/bottle.py:1361
Method
__iter__
(self)
record/bottle.py:1764
Method
__iter__
(self)
record/bottle.py:1935
Method
__iter__
(self)
record/bottle.py:2002
Method
__iter__
(self)
record/bottle.py:2018
Method
__iter__
Iterate over all existing files in all registered paths.
record/bottle.py:2077
Method
__iter__
(self)
record/model.py:218
Method
__iter__
(self)
record/model.py:296
Method
__iter__
(self)
record/model.py:550
Method
__le__
(self, other)
record/status.py:34
Method
__len__
(self)
record/bottle.py:1251
Method
__len__
(self)
record/bottle.py:1763
Method
__len__
(self)
record/bottle.py:1943
Method
__lt__
(self, other)
record/status.py:28
Method
__ne__
(self, other)
record/status.py:22
Method
__repr__
(self)
record/bottle.py:511
Method
__repr__
(self)
record/bottle.py:1272
Method
__repr__
(self)
record/bottle.py:1535
Method
__repr__
(self)
record/bottle.py:2477
Method
__repr__
(self)
record/model.py:240
Method
__set__
(self, obj, value)
record/bottle.py:163
Method
__set__
(self, obj, value)
record/bottle.py:1305
Method
__setattr__
(self, name, value)
record/bottle.py:1283
Method
__setitem__
Change an environ value and clear all caches that depend on it.
record/bottle.py:1253
Method
__setitem__
(self, name, value)
record/bottle.py:1412
Method
__setitem__
(self, key, value)
record/bottle.py:1768
Method
__setitem__
(self, key, value)
record/bottle.py:1885
Method
__setitem__
(self, key, value)
record/bottle.py:1929
Method
__str__
(self)
record/model.py:237
Method
_body
(self)
record/bottle.py:1048
Method
_context
(self)
record/bottle.py:478
Method
_get_status
(self)
record/bottle.py:1390
Method
_output
(self, value=None)
record/bottle.py:1599
Method
_set_status
(self, status)
record/bottle.py:1378
Method
add
Attach a callback to a hook.
record/bottle.py:1670
Method
add_filter
Add a filter. The provided function is called with the configuration string as parameter and must return a (regexp, to_python, to_url) tuple.
record/bottle.py:319
Method
add_path
Add a new path to the list of search paths. Return False if the path does not exist. :param path: The new search path. Relat
record/bottle.py:2046
Method
alive
(cls)
record/model.py:44
Method
app
(environ, start_response)
record/bottle.py:2557
Method
append
(self, key, value)
record/bottle.py:1886
Method
apply
(self, response)
record/bottle.py:1592
Method
apply
(self, callback, route)
record/bottle.py:1689
Method
apply
(self, callback, route)
record/bottle.py:1707
Method
auth
HTTP authentication data as a (user, password) tuple. This implementation currently supports basic (not digest) authentication
record/bottle.py:1212
Method
auth
Like User.get except it will not let you create the user if he does not exist or the password is incorrect.
record/model.py:498
Method
auth
Authorize this key.
record/model.py:682
Function
auth_basic
Callback decorator to require HTTP auth (basic). TODO: Add route(check_auth=...) parameter.
record/bottle.py:2419
Function
bitcoinmonitorcallback
()
record/restapi.py:460
Method
body
The HTTP request body as a seek-able file-like object. Depending on :attr:`MEMFILE_MAX`, this is either a temporary file or a
record/bottle.py:1074
Method
btc_addr
(self)
record/model.py:494
Function
btc_price
This is what everything uses
record/exchanges.py:77
Function
btc_to_isk
(btc=1)
record/exchanges.py:61
Method
can_buy
(self)
record/model.py:400
Method
changed
(self)
record/status.py:71
Method
charset
Return the charset specified in the content-type header (default: utf8).
record/bottle.py:1457
Method
check
(cls)
record/status.py:61
Method
check
(cls)
record/status.py:104
Method
check
(cls)
record/status.py:128
Method
check
(cls)
record/status.py:163
Method
close
(self)
record/bottle.py:125
Method
close
(self)
record/bottle.py:1364
Method
close
(self)
record/bottle.py:2021
Method
co
(self)
record/bottle.py:3073
Method
code
(self)
record/bottle.py:3077
Function
compare1toN
(str1, strl)
record/sec.py:3
Function
compare_const
Constant-time string comparasion, to avoid timing attacks. Leaks the lenght, but that's ok since we are always comparing hashes, and the only
record/sec.py:19
Function
compare_noleak
A non-random version that doesn't leak the length, made for Baldur :) str1 should be the user-supplied string, and str2 the string you comare
record/sec.py:39
Function
compare_rnd
Constant-time string comparasion, to avoid timing attacks. Start in a random char of the string. Doesn't leak the length, since the starting
record/sec.py:63
Function
connected
()
record/restapi.py:343
Method
content_length
The request body length as an integer. The client is responsible to set this header. Otherwise, the real length of the body is unknown
record/bottle.py:1187
Method
content_type
The Content-Type header as a lowercase-string (default: empty).
record/bottle.py:1194
Method
cookies
Cookies parsed into a :class:`FormsDict`. Signed cookies are NOT decoded. Use :meth:`get_cookie` if you expect signed cookies.
record/bottle.py:969
Method
copy
Returns a copy of self.
record/bottle.py:1353
Function
dalpay
()
record/restapi.py:384
Function
debug
Change the debug level. There is only one debug level supported at the moment.
record/bottle.py:2271
Method
decorator
(callback)
record/bottle.py:713
Method
default_error_handler
(self, res)
record/bottle.py:772
Method
delete
Equals :meth:`route` with a ``DELETE`` method parameter.
record/bottle.py:737
Method
delete_cookie
Delete a cookie. Be sure to use the same `domain` and `path` settings as used to create the cookie.
record/bottle.py:1528
Function
dict_from_row
(row)
record/model.py:748
Method
down
(cls)
record/model.py:49
Method
error
Decorator: Register an output handler for a HTTP error code
record/bottle.py:741
Method
exists
(cls, username)
record/model.py:538
Function
fdel
(self)
record/bottle.py:1552
Function
fget
(self)
record/bottle.py:1546
Method
filename
Name of the file on the client file system, but normalized to ensure file system compatibility (lowercase, no whitespace, no path
record/bottle.py:2129
Method
files
File uploads parsed from `multipart/form-data` encoded POST or PUT request body. The values are instances of :class:`FileUpload`.
record/bottle.py:1026
Method
filter
(self, names)
record/bottle.py:1892
Method
find_module
(self, fullname, path=None)
record/bottle.py:1728
Method
fixed_environ
(environ, start_response)
record/bottle.py:2486
Method
float_filter
(self, conf)
record/bottle.py:313
Method
flush
()
record/bottle.py:3095
Method
forms
Form values parsed from an `url-encoded` or `multipart/form-data` encoded POST or PUT request body. The result is returned as a
record/bottle.py:1003
Method
fpat_sub
(m)
record/bottle.py:362
Function
fset
(self, value)
record/bottle.py:1551
Method
fullpath
Request path including :attr:`script_name` (if present).
record/bottle.py:1157
← previous
next →
301–400 of 621, ranked by callers