This file contains extensions for standard javascript types
returns the first day of the next month
returns the day of week, 0 being monday, 6 being sunday
_parseData does the actual parsing job needed by strptime
basic implementation of strptime. The only recognized formats defined in _DATE_FORMAT_REGEXES (i.e. %Y, %d, %m, %H, %M)
python-like startsWith method for js strings >>>
python-like endsWith method for js strings
python-like strip method for js strings
python-like rstrip method for js strings
transforms a function into an unbound method
simple internal function that tells if the attribute should be copied from baseclasses or not
internal function used to build the class constructor
this is a js class factory. objects returned by this function behave more or less like a python class. The class function prototype is inspired by the python type builtin
Note