Skip to main content
13-Aquamarine
March 16, 2020
Solved

CREOSON: What's the hidden purpose that I don't understand?

  • March 16, 2020
  • 2 replies
  • 1849 views

I tried equivalent functions listed in the manual https://creopyson.readthedocs.io/en/latest/modules.html for example:

  1. Called through a client session : c.drawing_get_sheet_format(1)
  2. Called from Creopyson module : creopyson.drawing.get_sheet_format(c,1)

And I found that they return the same result. Please ignore the specific example of "get_sheet_format"

my question is : why there are two ways to call the same function?

Best answer by Zepman

Hi

there is no hidden purpose, the client session way is the simpliest way.

The other exists because of the structure of the librairy

2 replies

17-Peridot
March 16, 2020

That is really a package / library question for the developer ... I would post that question on: 

 

https://github.com/Zepmanbc/creopyson/issues

 

 

 

 

Zepman1-VisitorAnswer
1-Visitor
March 16, 2020

Hi

there is no hidden purpose, the client session way is the simpliest way.

The other exists because of the structure of the librairy