plynx.demo.types

PLynx Operations defined as python code. Produce basic types.

Module Contents

plynx.demo.types.print_any(value)[source]

Format string to be html-friendly and print it.

plynx.demo.types.all_types()[source]

Make basic values for each type.

plynx.demo.types.print_int(value)[source]

Print input value.

plynx.demo.types.print_str(value)[source]

Print input value.

plynx.demo.types.print_dict(value)[source]

Print input value.

plynx.demo.types.print_float(value)[source]

Print input value.

plynx.demo.types.print_bool(value)[source]

Print input value.

plynx.demo.types.print_color(value)[source]

Print input value.

plynx.demo.types.file_to_dict(value)[source]

Transform file object to dict

plynx.demo.types.dict_to_file(value)[source]

transform dict to file object

plynx.demo.types.GROUP[source]