Mind.Knowledge

Classes, methods and functions marked with * aren’t for usual cases, they are made to help to the rest of the library.

Part of library for data saving.

Mind.Knowledge.data_bytes(data)[source]

Function that data(number, string...) converts to bytes: 0 - numbers(integers and floats), 1 - strings, 2 - floating point, 3 - lists beginning, 4 - lists ending.*

class Mind.Knowledge.Knowledge(filename)[source]

Class for all data in program.

save_data()[source]

Saves all data.

Mind.Knowledge.bytes_data(binary)[source]

Function that bytes converts to data(numbers, strings...).*

Mind.Knowledge.load(filename)[source]

Function that loads saved data and returns Knowledge object.

Previous topic

Mind 0.2.3 documentation

Next topic

Mind.Orientation

This Page