Gnm.Conventions

Fields

Name

Type

Access

Description

accept_hash_logicals

bool

r/w

allow_absolute_sheet_references

bool

r/w

arg_sep

str

r/w

array_col_sep

str

r/w

array_row_sep

str

r/w

decimal_sep_dot

bool

r/w

decode_ampersands

bool

r/w

exp_is_left_associative

bool

r/w

ignore_whitespace

bool

r/w

input

object

r/w

intersection_char

str

r/w

localized_function_names

bool

r/w

output

object

r/w

r1c1_addresses

bool

r/w

range_sep_colon

bool

r/w

range_sep_dotdot

bool

r/w

ref_count

int

r/w

sheet_name_sep

str

r/w

union_char

str

r/w

Methods

class

new ()

class

new_full (size)

Details

class Gnm.Conventions
classmethod new()
Returns:

A Gnm.Conventions with default values.

Return type:

Gnm.Conventions

A convenience wrapper around Gnm.Conventions.new_full that constructs a Gnm.Conventions of std size.

classmethod new_full(size)
Parameters:

size (int) –

Returns:

A Gnm.Conventions with default values.

Return type:

Gnm.Conventions

Construct a Gnm.Conventions of size.