Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5454

Re: [Python-de] Python-Library um (Datei-)Abhängigkeiten zu modellieren?

From Christopher Arndt <chris@chrisarndt.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Python-Library um (Datei-)Abhängigkeiten zu modellieren?
Date 2019-03-18 15:19 +0100
Message-ID <mailman.136.1552918793.20971.python-de@python.org> (permalink)
References <61f7188a-7ed5-2cb5-d774-74cf72dba60d@chrisarndt.de> <792ad5ff-6f7c-220e-ee04-7147ffa23471@chrisarndt.de>

Show all headers | View raw


Am 18.03.19 um 15:15 schrieb Christopher Arndt:
> Also, wenn ich z.B. vier Dateien habe, die so aussehen (Pseudo-Code)
> 
>     // file-a
> 
>     include "file-b";
>     include "file-d"
> 
> 
>     // file-b
> 
>     include "file-c";
> 
> 
>    // file-c
> 
>    bla bla

Ups, vierte Datei vergessen:


    // file-b

   blub blub

Back to de.comp.lang.python | Previous | Next | Find similar


Thread

Re: [Python-de]  Python-Library um (Datei-)Abhängigkeiten zu modellieren? Christopher Arndt <chris@chrisarndt.de> - 2019-03-18 15:19 +0100

csiph-web