Static Methods

Summary

staticmethod

class parent

truncated documentation

PYTHON_parser

MagicFile

Defines the way to parse the magic command %%PYTHON.

SQL_add_function_parser

MagicSQL

defines the way to parse the magic command %SQL_add_function

SQL_close_parser

MagicSQL

defines the way to parse the magic command %SQL_close

SQL_connect_parser

MagicSQL

defines the way to parse the magic command %SQL_connect

SQL_drop_table_parser

MagicSQL

defines the way to parse the magic command %SQL_drop_table

SQL_import_df_parser

MagicSQL

defines the way to parse the magic command %SQL_import_df

SQL_import_tsv_parser

MagicSQL

defines the way to parse the magic command %SQL_import_tsv

SQL_parser

MagicSQL

defines the way to parse the magic command %%SQL

SQL_refresh_completion_parser

MagicSQL

defines the way to parse the magic command %SQL_refresh_completion

SQL_schema_parser

MagicSQL

defines the way to parse the magic command %SQL_schema

SQL_tables_parser

MagicSQL

defines the way to parse the magic command %SQL_tables

_filter_name

AutoCompletionSQLObject

removes unavailable characters

_special_function_init_

DatabaseCore

_store

TextFileColumns

Stores a list of dictionaries into a file (add a header).

available_dates

StockPrices

Returns the list of values (Open or High or Low or Close or Volume) from each stock for all the available_dates …

covariance

StockPrices

Computes the covariances matrix (of returns).

create

InterfaceSQL

draw

StockPrices

Draws a graph showing one or several time series. The example was taken date_demo.py. …

encoding_parser

MagicFile

Defines the way to parse the magic command %encoding.

fill_sql_table

Database

Returns a Database object, creates the database if it does not exists, same for the table.

fusion

TextFileColumns

Does a fusion between several files with the same columns (different order is allowed).

getIndentationCount

Python3Lexer

grep_parser

MagicFile

defines the way to parse the magic command %grep

head_parser

MagicFile

defines the way to parse the magic command %head

hhelp_parser

MagicFile

Defines the way to parse the magic command %hhelp.

idaytodate

DatabaseCore

Date conversion. Static method to insert in a SQL query.

isectoday

DatabaseCore

Date conversion. Static method to insert in a SQL query.

itimestamp

DatabaseCore

Date conversion. Static method to insert in a SQL query.

jsdf_parser

MagicNotebook

defines the way to parse the magic command %jsdf

lsr_parser

MagicFile

defines the way to parse the magic command %lsr

lsrepo_parser

MagicFile

Defines the way to parse the magic command %lsrepo.

mpl_style_parser

MagicGraph

defines the way to parse the magic command %mpl_style

nb_menu_parser

MagicNotebook

defines the way to parse the magic command %nb_menu

regex_match

DatabaseCore

Applies a regular expression. Static method to insert in a SQL query.

runpy_parser

MagicFile

Defines the way to parse the magic command %%runpy.

schema_database

Database

Returns the schema for a database which would contains this database.

string_to_date

DatabaseCore

Date conversion. Static method to insert in a SQL query.

tail_parser

MagicFile

defines the way to parse the magic command %tail