File: cdms2.xml

package info (click to toggle)
vistrails 2.1.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 74,208 kB
  • ctags: 46,250
  • sloc: python: 316,267; xml: 52,512; sql: 3,627; php: 731; sh: 260; makefile: 108
file content (26 lines) | stat: -rw-r--r-- 1,484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<diagnostic author="PCMDI's software team" programminglanguage="Python" type="class" url="http://cdat.sf.net" version="5.0.0.alpha7" codepath="cdms2">
	<action name="open" type="function">
        <input>
           <uri doc="" instance="str" position="0" required="True"/>
           <mode doc="" instance="str" position="1" required="False"/>
           <template doc="" instance="str" position="2" required="False"/>
           <dods doc="" instance="int" position="3" required="False"/>
        </input>
        <output>
            <dataset doc="" instance="cdms2.dataset.CdmsFile" position="0"/>
        </output>
    <doc>
        Function: open     # Open an existing dataset

Description of Function:
    'uri' is a Uniform Resource Identifier, referring to a cdunif file, XML file,
    or LDAP URL of a catalog dataset entry.
    'mode' is 'r', 'r+', 'a', or 'w'
###################################################################################################################
###########################################                         ###############################################
########################################## End open Description ################################################
#########################################                         #################################################
###################################################################################################################
    </doc>
</action>
</diagnostic>