utils#

Constants#

wyvern.utils.consts.EMPTY = <wyvern.utils.consts.Empty object>#

Instance of Empty.

class wyvern.utils.consts.Empty[source]#

This class is used for variables in an embed constructor to represent empty values.

wyvern.utils.consts.NULL = <wyvern.utils.consts.Null object>#

Instance of Null.

class wyvern.utils.consts.Null[source]#

Class to simulate difference between an argument provided as None v/s a null value to send to the discord API. This class is used as a placeholder for arguments in REST methods.

wyvern.utils.consts.UNDEFINED = <wyvern.utils.consts.Undefined object>#

Instance of Undefined.

class wyvern.utils.consts.Undefined[source]#

An instance of this class is used as a placeholder to represent attributes and variables which are not defined yet.