Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Hardy Erlinger Newsgroups: de.comp.lang.python Subject: Re: [Python-de] function als value in einem dict Date: Sat, 10 Oct 2020 18:45:05 +0200 Lines: 20 Message-ID: References: <14389e03-b8ce-a98b-16ea-e33295c8ee9e@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de vAofvClB2JX2yOEKH/nRqQZFVFDoFJem+9nCyMXqgoVQ== Return-Path: X-Original-To: python-de@python.org Delivered-To: python-de@mail.python.org Authentication-Results: mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=posteo.de header.i=@posteo.de header.b=czVas1yh; dkim-adsp=pass; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1602348306; bh=NZEoY35yT3ANMAbhHkaIYVqcXVL6rzM1hK+2oZ1SYBI=; h=Subject:To:From:Date:From; b=czVas1yhWpZszq7zXEbYX97d152HDNwkbeF4bunf/EDtslR8+gLqAB7DP5EUU87k2 K5ivZOZyuxet9C68qqrhVUNlUItKlwvTDd60BR7i9hbEtJFEVffYELYwHhbsCz9LSM XaayYLZtirZvPvn5yiMNO0Xs/wBWlt2jGJavIHjkTiw193XVn9Np76RIHx3a4H76La oIx30I3Qs7EOTM7yUvI8rXY6BRsSoaipkD7XzIQEV/TX07XHU43K7xl3KqC3Rkw/0f x7FbshFgaqdF6ejP6rOpoaWcqNvblmJsv7c84wze+cj4BTj/MJscJbaTOVD/2KSM0a cigffrRW4vBAg== User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.3.2 In-Reply-To: Content-Language: en-US X-BeenThere: python-de@python.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Die Deutsche Python Mailingliste List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <14389e03-b8ce-a98b-16ea-e33295c8ee9e@posteo.de> X-Mailman-Original-References: Xref: csiph.com de.comp.lang.python:5695 Hallo Stefan, On 10.10.2020 12:10, Stefan Fuhrmann wrote: > Hallo zusammen, > > 37     docker_compose["services"]["db"]["environment"] = > dict(MYSQL_ROOT_PASSWORD= generator_pw) > [...] > > Was ist hier die richtige Vorgehensweise? > > Kann jemand helfen? Die musst die Funktion aufrufen. Da fehlen zwei Klammern hinter dem Namen der Funktion. Viele Grüße, Hardy