C# Class IronPython.Modules.PythonCsvModule.Dialect

Show file Open project: jdhardy/ironpython

Public Methods

Method Description
Create ( CodeContext context, object>.[ kwArgs ) : Dialect
Dialect ( CodeContext context, object>.[ kwArgs ) : System

Private Methods

Method Description
DeleteMember ( CodeContext context, string name ) : void
Dialect ( ) : System
SetBool ( string name, object src, bool found, bool @default ) : bool
SetChar ( string name, object src, bool found, string @default ) : string
SetInt ( string name, object src, bool found, int @default ) : int
SetMember ( CodeContext context, string name, object value ) : void
SetString ( string name, object src, bool found, string @default ) : string

Method Details

Create() public static method

public static Create ( CodeContext context, object>.[ kwArgs ) : Dialect
context CodeContext
kwArgs object>.[
return Dialect

Dialect() public method

public Dialect ( CodeContext context, object>.[ kwArgs ) : System
context CodeContext
kwArgs object>.[
return System